Enable force-soft-floats for extensive tests

Any architecture-specific float operations are likely to consist of only
a few instructions, but the softfloat implementations are much more
complex. Ensure this is what gets tested.
This commit is contained in:
Trevor Gross 2025-01-22 05:29:36 +00:00
parent 9c98c46147
commit 8927014e91

View file

@ -270,7 +270,7 @@ jobs:
fi
LIBM_EXTENSIVE_TESTS="$CHANGED" cargo t \
--features build-mpfr,unstable \
--features build-mpfr,unstable,force-soft-floats \
--profile release-checked \
-- extensive
- name: Print test logs if available