2 Commits

Author SHA1 Message Date
Matt Arsenault
fd2254b735 clang: Update test for strict minnum/maxnum fix 2023-07-11 19:51:38 -04:00
Matt Arsenault
9d84f8dc94 clang: Add __builtin_elementwise_rint and nearbyint
These are basically the same thing and only differ for strictfp,
so add both for future proofing. Note all the elementwise functions are
currently broken for strictfp, and use non-constrained ops. Add a test
that demonstrates this, but doesn't attempt to fix it.
2023-06-23 19:52:06 -04:00