zlacker

[parent] [thread] 0 comments
1. borodi+(OP)[view] [source] 2024-01-16 15:41:34
So it was a bit more pervasive than this, the issue was that flushing subnormals (values very close to 0) to 0 is a register that gets set, so if a library is built with the fastmath flags and it gets loaded, it sets the register, causing the whole process to flush it's subnormals. i.e https://github.com/llvm/llvm-project/issues/57589
[go to top]