-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop use of f16c instructions (#768)
The -mf16c flag is troublesome as those instructions may not be available on older CPUs. The clang compiler also seems to emit AVX instructions when it is told that it can use F16C. The flag can be dropped without consequence as rocSOLVER does not use half precision. This was done for rocBLAS in c6bc09073959a2881a701b88ae1ed9de469354f1.
- Loading branch information
Showing
2 changed files
with
1 addition
and
5 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