You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These lines do not contain the architecture flag - which is currently set to -xCORE-AVX512 in this line. However that {FARCH} line is used in the C compiler flag: here. Are these intentional and necessary choices?
Similarly, some places have -fp-model strict while others are -fp-model precise - is that intentional as well?
The text was updated successfully, but these errors were encountered:
In summary, the choices are historical and the reasoning is lost. You may experiment with it, but there is no guarantee that the built executable will remain bitwise compatible and bug-free.
These lines do not contain the architecture flag - which is currently set to
-xCORE-AVX512
in this line. However that{FARCH}
line is used in the C compiler flag: here. Are these intentional and necessary choices?Similarly, some places have
-fp-model strict
while others are-fp-model precise
- is that intentional as well?The text was updated successfully, but these errors were encountered: