-
-
Notifications
You must be signed in to change notification settings - Fork 903
Closed
Labels
AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.CIssue involves or relates to C.Issue involves or relates to C.FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.MathIssue or pull request specific to math functionality.Issue or pull request specific to math functionality.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.Tracking IssueTracking issue.Tracking issue.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.
Description
Description
This RFC proposes adding C implementations for the following packages :
- abs - feat: add C implementation for
math/base/special/fast/abs
#1894 - acosh - feat: add C implementation for
math/base/special/fast/acosh
#1897 - alpha-max-plus-beta-min - feat: add C implementation of
math/base/special/fast/alpha-max-plus-beta-min
#1947 - asinh - feat: add C implementation for
math/base/special/fast/asinh
#1908 - atanh - feat: add C implementation for
math/base/special/fast/atanh
#1909 - hypot - feat: add C implementation for
math/base/special/fast/hypot
#1910 - max - feat: add C implementation for
math/base/special/fast/max
#1912 - min - feat: add C implementation for
math/base/special/fast/min
#1913 - pow-int - feat: add C implementation for
math/base/special/fast/pow-int
#1919 - uint32-log2 - feat: add C implementation for
math/base/special/fast/uint32-log2
#1946 - uint32-sqrt - feat: add C implementation for
math/base/special/fast/uint32-sqrt
#1960
Related Issues
Related issues #649.
Questions
No.
Other
No.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.
Pranavchiku
Metadata
Metadata
Assignees
Labels
AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.CIssue involves or relates to C.Issue involves or relates to C.FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.MathIssue or pull request specific to math functionality.Issue or pull request specific to math functionality.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.Tracking IssueTracking issue.Tracking issue.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.