do not use roundeven #396
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#396
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
roundeven is only available on glibc platforms, and the current code which uses it breaks np_round and np_rint on BSD, Windows, MacOS, Android and Linux with musl libc.
Arguably a LLVM bug.
Needs implementation of nearbyint in ARTIQ runtime.