Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions at cmucl / cmucl
Commits:
-
9c16379a
by Raymond Toy at 2025-12-18T11:43:32-08:00
1 changed file:
Changes:
| ... | ... | @@ -6,6 +6,9 @@ CORE_MATH = -DCORE_MATH_SUPPORT_ERRNO |
| 6 | 6 | |
| 7 | 7 | CFLAGS += $(COPT)
|
| 8 | 8 | CPPFLAGS += -m32
|
| 9 | +# Gcc 15.2.1 and possibly other version can't compile core-math
|
|
| 10 | +# without this option.
|
|
| 11 | +CFLAGS += -std=gnu11
|
|
| 9 | 12 | CFLAGS += -rdynamic -march=pentium4 -mfpmath=sse -mtune=generic
|
| 10 | 13 | # ANALYZER flag should be set to -fanalyzer when doing the CI builds
|
| 11 | 14 | # for the C static analyzer.
|