aboutsummaryrefslogtreecommitdiff
path: root/config.mk.dist
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2019-07-18 10:21:31 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2019-07-18 10:21:31 +0100
commit4f408e745648aeae2f769e5675ddaed41e10b936 (patch)
treebb5c5430148a1d963c403baa6c99d2614fa85ecf /config.mk.dist
parent3a1d8e6f16d21cfda6f33e43a1d1df98a05c4dde (diff)
downloadarm-optimized-routines-4f408e745648aeae2f769e5675ddaed41e10b936.tar.gz
Remove math/single and rem_pio2
math/single contained code for systems without double precision fpu and rem_pio2 is not used currently and likely will be designed differently when double precision trigonometric functions are added.
Diffstat (limited to 'config.mk.dist')
-rw-r--r--config.mk.dist4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.mk.dist b/config.mk.dist
index c549fa4..36f67d8 100644
--- a/config.mk.dist
+++ b/config.mk.dist
@@ -15,9 +15,6 @@ CFLAGS += -Wall -Wno-missing-braces
HOST_CFLAGS += -g
CFLAGS += -g
-# Use if the target FPU only supports single precision.
-#CFLAGS += -DWANT_SINGLEPREC
-
# Use if mpfr is available on the target for ulp error checking.
#LDLIBS += -lmpfr -lgmp
#CFLAGS += -DUSE_MPFR
@@ -27,7 +24,6 @@ CFLAGS += -frounding-math -fexcess-precision=standard -fno-stack-protector
CFLAGS += -ffp-contract=fast -fno-math-errno
# Use with clang.
-#CFLAGS += -DCLANG_EXCEPTIONS
#CFLAGS += -ffp-contract=fast
# Use for cross compilation with gcc.