My new CPU architecture (yes went to red team).
This commit is contained in:
parent
420ad2c8d9
commit
58af31be5e
@ -105,8 +105,8 @@ add_subdirectory(external/catch2)
|
|||||||
|
|
||||||
set(COMPILE_FLAGS
|
set(COMPILE_FLAGS
|
||||||
-pipe
|
-pipe
|
||||||
-march=skylake # change to native or your architecture.
|
-march=znver3 # change to native or your architecture.
|
||||||
-mtune=skylake # same as above
|
-mtune=znver3 # same as above
|
||||||
-mrdseed # be careful about this, this is linked to the x86 architecture.
|
-mrdseed # be careful about this, this is linked to the x86 architecture.
|
||||||
-mrdrnd # same as above
|
-mrdrnd # same as above
|
||||||
-Wall
|
-Wall
|
||||||
|
Loading…
Reference in New Issue
Block a user