-
-
Notifications
You must be signed in to change notification settings - Fork 835
feat: add C implementation for math/base/special/max
#1459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested changes, once done this PR can be reviewed again.
lib/node_modules/@stdlib/math/base/special/max/benchmark/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/max/benchmark/c/native/benchmark.c
Show resolved
Hide resolved
Signed-off-by: Shashank Shekhar Singh <[email protected]>
Signed-off-by: Shashank Shekhar Singh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few more changes and this be good to merge.
lib/node_modules/@stdlib/math/base/special/max/benchmark/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/max/benchmark/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/max/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
@stdlib/math/base/special/max
Signed-off-by: Shashank Shekhar Singh <[email protected]>
Signed-off-by: Shashank Shekhar Singh <[email protected]>
Signed-off-by: Shashank Shekhar Singh <[email protected]>
Signed-off-by: Shashank Shekhar Singh <[email protected]>
@stdlib/math/base/special/max
math/base/special/max
math/base/special/max
math/base/special/max
math/base/special/max
math/base/special/max
please close the PR if the issue has been resolved @Pranavchiku . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost done, minor changes and this will be ready.
lib/node_modules/@stdlib/math/base/special/max/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/max/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/max/examples/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/max/include/stdlib/math/base/special/max.h
Outdated
Show resolved
Hide resolved
Please take a look at this once @Pranavchiku . Sorry for the extraneous commits, I will try to keep them clean from the next PR's |
Please take a look at this once @Pranavchiku @Planeshifter. Sorry for the extraneous commits, I will try to keep them clean from the next PR's I am just a beginner in open source. |
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Will merge once CI checks have cleared.
Thank you!
Resolves #1433 .
Description
This pull request adds native C implementation for
@stdlib/math/base/special/max for issue #1433 .
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers