rust/library/compiler-builtins/libm/ci
Trevor Gross 6d1033e7fc Add an "arch" Cargo feature that is on by default
Introduce a Cargo feature to enable or disable architecture-specific
features (SIMD, assembly), which is on by default. This allows for more
fine grained control compared to relying on the `force-soft-floats`
feature.

Similar to "unstable-intrinsics", introduce a build.rs config option for
`unstable-intrinsics AND NOT force-soft-floats`, which makes this easier
to work with in code.

Effectively, this allows moving our non-additive Cargo feature
(force-soft-floats) to a positive one by default, allowing for an
override when needed.
2024-10-28 22:12:13 -05:00
..
docker Run tests against MPFR on CI where possible 2024-10-28 21:29:31 -05:00
download-musl.sh Add a script for downloading musl 2024-10-28 12:59:38 -05:00
run-docker.sh Reduce the number of iterations on emulated aarch64 Linux 2024-10-28 14:04:19 -05:00
run.sh Add an "arch" Cargo feature that is on by default 2024-10-28 22:12:13 -05:00