-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Float intrinsics fixes & test improvements (#531)
* Use `Base.tanpi` in intrinsics `tanpi` is in Julia since 1.10 so allsupported versions have it * Test more intrinsics and fix `min`/`max` Also clean up the different tests * [NFC] Add commented out intrinsics to test once added * `clamp` & `sign` * 2-arg atan * 3-arg max and min
- Loading branch information
1 parent
ca092c8
commit b8ab3b6
Showing
2 changed files
with
265 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters