|
|
|
|
|
by dahart
879 days ago
|
|
> You can’t fully disable fast-math per library Can you elaborate? What fast-math can sneak into a library that disabled fast-math at compile time? > fast-math enables some dynamic initialization of the library that changes the floating point environment in some ways. I wasn’t aware of this, I would love to see some documentation discussing exactly what happens, can you send a link? |
|
A lot of library code is in headers (especially in C++!). The code in headers is compiled by your compiler using your compile options.