Revert removal of round and round64 #352

Merged
sb10q merged 3 commits from issue-149 into master 2023-11-04 13:35:53 +08:00

3 Commits

Author SHA1 Message Date
David Mak 23f0805f20 core: Remove trunc
The behavior of trunc is already implemented by casts and is therefore
redundant.
2023-11-03 15:57:39 +08:00
David Mak aa51343df4 core: Revert breaking changes to round-family functions
These functions should return ints as the math.* functions do instead of
following the convention of numpy.* functions.
2023-11-02 15:22:27 +08:00
David Mak e3e874c54c core: Replace rint implementation with LLVM intrinsic 2023-11-02 14:48:25 +08:00