core/llvm_intrinsic: use llvm.rint for rounding #447
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#447
Loading…
Reference in New Issue
No description provided.
Delete Branch "issue-396"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
rint
is supported byglibc
,musl libc
, and RUSTlibm
(279e5f6abe/src/math/mod.rs (L173)
).The functionality provided is same as
np.rint
i.e. rounding to the nearest even integer.d6f3403927
to3e4a096e82