Patryk Wychowaniec
30c128006a
avr: Skip No More!
2025-03-23 19:36:12 -05:00
Trevor Gross
2a32f80cdc
Move float_pow
tests to their own file
2024-09-28 11:06:33 -04:00
Andrey Turkin
adabbe73d9
Implement __ctz*i2 intrinsics
2024-07-25 19:26:02 +03:00
Andrey Turkin
a5c7a17d55
Implement remaining __clz*i2 intrinsics
2024-07-24 12:50:04 +01:00
Andrey Turkin
45465cc488
Implement __bswap[sdt]i2 intrinsics
...
These can be emitted by gcc, at least if requested specifically via __builtin_bswap{32,64,128}.
2024-07-06 11:51:52 +02:00
Trevor Gross
f82e1f14fc
Rework the test crate to separate individual tests
...
Currently, tests of the same kind are grouped together across all types
into a single function. This makes it difficult to understand exactly
what failed in CI.
Change test macros to create separate functions for separate types so
failures are more fine grained.
2024-05-18 04:37:55 -04:00
Trevor Gross
54d96150b5
Update cfg
to fix warnings
2024-05-11 09:56:55 +02:00
beetrees
229babb1d0
Add builtins for f16
/f128
float conversions
2024-05-02 13:49:24 +02:00
Ayrton
9124cdc7ec
Remove truncdfsf2.c from sources in build.rs and add test for __truncdfsf2vfp
...
Also fixed the calling convention for truncdfsf2 on ARM
2021-12-12 21:12:42 -05:00
Ayrton
9e65060184
Add __truncdfsf2
intrinsic
...
This adds the truncdfsf2 intrinsic and a corresponding fuzz test case. The
implementation of trunc is generic to make it easy to add truncdfhs2 and
truncsfhf2 if rust ever gets `f16` support.
2021-12-12 15:01:34 -05:00
Amanieu d'Antras
a71b0e4493
Disable broken powerpc64 test due to https://github.com/rust-lang/rust/issues/88520
2021-10-15 02:11:12 +02:00
Aaron Kutch
3871282eee
fix powi
2021-04-02 08:58:50 -05:00
Aaron Kutch
96a6110d69
add remaining floating point tests
2021-04-02 08:58:50 -05:00
Aaron Kutch
69a3c571f7
Completely overhaul fuzz testing
...
adds testing for almost every numerical intrinsic
2020-12-08 11:42:28 -06:00