My new CPU architecture (yes went to red team).

This commit is contained in:
Pcornat 2022-04-08 22:59:44 +02:00
parent 420ad2c8d9
commit 58af31be5e
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ add_subdirectory(external/catch2)
set(COMPILE_FLAGS
-pipe
-march=skylake # change to native or your architecture.
-mtune=skylake # same as above
-march=znver3 # change to native or your architecture.
-mtune=znver3 # same as above
-mrdseed # be careful about this, this is linked to the x86 architecture.
-mrdrnd # same as above
-Wall