We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d6e59 commit 672cc84Copy full SHA for 672cc84
libc/src/__support/FPUtil/CMakeLists.txt
@@ -122,6 +122,10 @@ add_header_library(
122
libc.src.__support.FPUtil.generic.fma
123
FLAGS
124
FMA_OPT
125
+ COMPILE_OPTIONS
126
+ # We need to set -fno-math-errno so __builtin_fma* generate
127
+ # the fused-mutliply-add instructions rather than an fma call.
128
+ -fno-math-errno
129
)
130
131
add_header_library(
@@ -132,6 +136,10 @@ add_header_library(
132
136
libc.src.__support.common
133
137
134
138
139
140
141
142
135
143
144
145
0 commit comments