Newbetuts
.
New posts in fast-math
Does any floating point-intensive code produce bit-exact results in any x86-based architecture?
c
x86
ieee-754
fast-math
What does gcc's ffast-math actually do?
performance
math
gcc
floating-point
fast-math
Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)?
gcc
assembly
floating-point
compiler-optimization
fast-math
Prev