rust/library/compiler-builtins/testcrate/benches
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
..
float_add.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
float_cmp.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
float_conv.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
float_div.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
float_extend.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
float_mul.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
float_pow.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
float_sub.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
float_trunc.rs Add benchmarks for floating point math 2024-05-24 02:49:41 -04:00
mem.rs Implement faster memcmp for x86_64 2022-05-27 21:58:39 +02:00