-
-
Notifications
You must be signed in to change notification settings - Fork 456
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/fast/abs
#1894
Conversation
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Will have to discuss if this is needed and / or what can be suitable C API. |
Adding a C implementation for the "fast" implementations is fine. Moving to "needs review". |
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
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 @gunjjoshi !
@gunjjoshi please open an issue tracking C implementation for math/base/special/fast/*
Sure, I'll do that. |
Resolves a part of #1917 .
Description
This pull request:
math/base/special/fast/abs
.Related Issues
This pull request:
math/base/special/fast/*
(Tracking Issue) #1917.Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers