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

Commit ecf96ad

Browse files
committed
Enable MPFR on i586
1 parent ff15e46 commit ecf96ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ case "$target" in
4747
x86_64*) extra_flags="$extra_flags --features libm-test/test-multiprecision" ;;
4848
# i686 works fine, i586 does not
4949
i686*) extra_flags="$extra_flags --features libm-test/test-multiprecision" ;;
50+
i586*) extra_flags="$extra_flags --features libm-test/test-multiprecision" ;;
5051
# Apple aarch64 is native
5152
aarch64*apple*) extra_flags="$extra_flags --features libm-test/test-multiprecision" ;;
5253
esac

0 commit comments

Comments
 (0)