-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for x86-64 microarchitecture levels (#31)
Introduced definitions for the x86-64 microarchitecture levels: - x86-64-v2 (basically an alias to nehalem with generic tuning) - x86-64-v3 (alias to haswell with generic tuning) - x86-64-v4 (alias to skylake_avx512 with generic tuning) Added compiler flags also for gcc < 11.1 and clang < 12.0.
- Loading branch information
Showing
1 changed file
with
166 additions
and
6 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