Y
Hacker News
new
|
ask
|
show
|
jobs
by
pdw
721 days ago
That's not really true. If you link a shared library that was compiled with -ffast-math, that will affect the entire program.
https://moyix.blogspot.com/2022/09/someones-been-messing-wit...
1 comments
gpderetta
720 days ago
To enable this "feature" I believe you have to specify fast math while linking the .so, it is not enough to do it when compiling.
It had also been fixed recent GCC versions.
link
It had also been fixed recent GCC versions.