Commit Graph

2 Commits

Author SHA1 Message Date
beetrees
c6bf88ab1c Ignore broken nightly/system builtins 2024-07-01 07:42:22 +01:00
Trevor Gross
6cd17ff4d2 Add benchmarks for floating point math
This adds comparisons among the compiler-builtins function, system
functions if available, and optionally handwritten assembly.

These also help us identify inconsistencies between this crate and
system functions, which may otherwise go unnoticed if intrinsics get
lowered to inline operations rather than library calls.
2024-05-24 02:49:41 -04:00