Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 855e15a

Browse files
committed
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.
1 parent de51755 commit 855e15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
fi
271271
272272
LIBM_EXTENSIVE_TESTS="$CHANGED" cargo t \
273-
--features build-mpfr,unstable \
273+
--features build-mpfr,unstable,force-soft-floats \
274274
--profile release-checked \
275275
-- extensive
276276
- name: Print test logs if available

0 commit comments

Comments
 (0)