SpiceQA
Questions
Tags
Users
Badges
fast-math
6 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why does -fno-signed-zeros have an effect on vectorization for minimum search?
user_8157187
0
•
asked Dec 6, 2021
2
0
80
auto-vectorization
fast-math
x86
gcc
c++
Where is the source of imprecise calculation in the assembler code of gcc -Ofast compared with -O3?
user_1986583
0
•
asked May 10, 2021
2
2
152
fast-math
x86-64
assembly
gcc
c
Do denormal flags like Denormals-Are-Zero (DAZ) affect comparisons for equality?
user_6748328
0
•
asked Jan 4, 2019
6
1
438
x87
fast-math
sse
floating-point
x86
Strict aliasing, -ffast-math and SSE
user_265521
0
•
asked May 23, 2017
14
1
2044
fast-math
strict-aliasing
clang
sse
c++
Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)?
user_178732
0
•
asked Jun 21, 2011
2266
12
225465
compiler-optimization
fast-math
floating-point
assembly
gcc
Negative NaN is not a NaN?
user_41983
0
•
asked Aug 29, 2010
34
6
14344
fast-math
nan
c++
1
(current)
Hot Questions