-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
feat: add C implementation for math/base/special/maxabs
#1671
Conversation
@stdlib/math/base/special/maxabs
math/base/special/maxabs
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.
This is good, thanks @Shashankss1205 !
lib/node_modules/@stdlib/math/base/special/maxabs/include/stdlib/math/base/special/maxabs.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/maxabs/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/maxabs/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/maxabs/manifest.json
Outdated
Show resolved
Hide resolved
Signed-off-by: Pranav <[email protected]>
lib/node_modules/@stdlib/math/base/special/maxabs/benchmark/c/native/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/maxabs/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
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.
Thanks for working on this @Shashankss1205. Left a few comments. This PR is blocked until #1459 is merged, given that it is a dependency of this implementation.
Updated by Developer
…o debug6 pulled from recent changes
I have committed the changes. Please take a look at it and inform if there are any changes that are needed. @kgryte |
@Shashankss1205 Now that #1459 is merged, would you please either merge in the latest changes from |
Now can You please review the PR @Planeshifter . I have made the corresponding changes. |
lib/node_modules/@stdlib/math/base/special/maxabs/examples/c/example.c
Outdated
Show resolved
Hide resolved
…xample.c Signed-off-by: Pranav <[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. Thanks @Shashankss1205 !
Thank You!! Looking forward to working more here. |
Resolves #1460 .
Description
This pull request adds a C implementation for
@stdlib/math/base/special/maxabs
.Related Issues
This pull request:
@stdlib/math/base/special/maxabs
#1460Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers