Search code examples
Does any floating point-intensive code produce bit-exact results in any x86-based architecture?...

cx86floating-pointieee-754fast-math

Read More
What does gcc's ffast-math actually do?...

performancemathgccfloating-pointfast-math

Read More
Mingw32 std::isnan with -ffast-math...

c++g++mingw32fast-mathisnan

Read More
What is floating point speculation and how does it differ from the compiler's floating point mod...

c++floating-pointinteliccfast-math

Read More
Which specific optimization flag causes libm functions to be treated as pure?...

cgcccompiler-flagsfast-math

Read More
Why can't the Rust compiler auto-vectorize this FP dot product implementation?...

rustfloating-pointsimdauto-vectorizationfast-math

Read More
Negative NaN is not a NaN?...

c++nanfast-math

Read More
Weird LTO behavior with -ffast-math...

c++g++glibcltofast-math

Read More
C++ gcc does associative-math flag disable float NAN values?...

c++gccoptimizationfloating-pointfast-math

Read More
Auto vectorization on double and ffast-math...

gccg++doublevectorizationfast-math

Read More
std::isinf does not work with -ffast-math. how to check for infinity...

c++stdfast-math

Read More
Why does GCC or Clang not optimise reciprocal to 1 instruction when using fast-math...

c++ssecompiler-optimizationsimdfast-math

Read More
Can this piece of code be modified such that it works with fast-math enabled?...

c++gccoptimizationfast-math

Read More
Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)?...

gccassemblyfloating-pointcompiler-optimizationfast-math

Read More
Optimal implementation of iterative Kahan summation...

c++x86-64sseinline-assemblyfast-math

Read More
Do denormal flags like Denormals-Are-Zero (DAZ) affect comparisons for equality?...

x86floating-pointssex87fast-math

Read More
Is there a -ffast-math flag equivalent for the Visual Studio C++ compiler...

gccvisual-studio-2013compiler-optimizationfast-math

Read More
Strict aliasing, -ffast-math and SSE...

c++clangssestrict-aliasingfast-math

Read More
Why is std::inner_product slower than the naive implementation?...

c++floating-pointssenumericfast-math

Read More
Dynamic -ffast-math...

cperformancegccoptimizationfast-math

Read More
gcc optimizations cause app to fail...

c++gcccompiler-optimizationfast-math

Read More
Can I make my compiler use fast-math on a per-function basis?...

gccfloating-pointnvccfast-mathtemplate-instantiation

Read More
gcc -Ofast - complete list of limitations...

c++gccfast-math

Read More
AVX code segfaults when compiled with -ffast-math?...

clinuxgccsimdfast-math

Read More
What exactly -ffast-math option does while compiling with gcc...

gccgcc4fast-math

Read More
Does -use-fast-math option translate SP multiplications to intrinsics?...

cudanvccfast-math

Read More
BackNext