-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the optimized Intel Math Library for PP/AN and WS compilations
Specifying -lm before the object file has the effect of using the standard GNU math library instead of the optimized Intel Math library for C programs. Additionally, add the -xsse2 option to use a stricter set of ISA than the default -msse2, which is also used for the gaea settings.
- Loading branch information
Chris Blanton
authored and
Chris Blanton
committed
Dec 8, 2021
1 parent
ada43ac
commit 2e5c68c
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters