|
|
|
|
|
by mort96
879 days ago
|
|
> Can you elaborate? What fast-math can sneak into a library that disabled fast-math at compile time? A lot of library code is in headers (especially in C++!). The code in headers is compiled by your compiler using your compile options. |
|