-
-
Notifications
You must be signed in to change notification settings - Fork 823
feat: add C implementation for math/base/special/ahaversin
#1724
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
math/base/special/ahaversin
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.
Going good, requested a few changes. Thanks @Rejoan-Sardar !
lib/node_modules/@stdlib/math/base/special/ahaversin/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahaversin/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahaversin/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahaversin/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahaversin/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahaversin/manifest.json
Outdated
Show resolved
Hide resolved
Signed-off-by: Rejoan Sardar <[email protected]>
Signed-off-by: Rejoan Sardar <[email protected]>
Signed-off-by: Rejoan Sardar <[email protected]>
@Pranavchiku I have addressed all the issues you mentioned in your review. Please take a look at the changes |
lib/node_modules/@stdlib/math/base/special/ahaversin/src/main.c
Outdated
Show resolved
Hide resolved
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. Much appreciated, @Rejoan-Sardar!
Great, thanks for that. |
@Planeshifter sir u approved these changes and said that LGTM. Much appreciated but not merged this PR.Sir any changes need from my side. |
@Rejoan-Sardar Looks like CI is failing and I didn't find the time to properly debug. I think there is a problem running benchmarks and examples. |
LIBPATH ?= | ||
|
||
# List of C targets: | ||
c_targets := benchmark.out |
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.
c_targets := benchmark.out | |
c_targets := example.out |
Signed-off-by: Rejoan Sardar <[email protected]>
Resolves #1420 .
Description
This pull request:Add C implementation for @stdlib/math/base/special/ahaversin
Related Issues
This pull request:
@stdlib/math/base/special/ahaversin
#1420Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers