mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 13:35:27 +00:00
build: set -march=x86-64-v2 for x86_64
This allows for the use of SSE4.1 intrinsics. Fixes #5440
This commit is contained in:
parent
279a02e449
commit
a5d3613f50
@ -9,7 +9,7 @@ SPECS += x86 64bit
|
||||
REP_INC_DIR += include/spec/x86
|
||||
REP_INC_DIR += include/spec/x86_64
|
||||
|
||||
CC_MARCH ?= -m64 -mcmodel=large
|
||||
CC_MARCH ?= -m64 -mcmodel=large -march=x86-64-v2
|
||||
|
||||
#
|
||||
# Avoid wasting almost 4 MiB by telling the linker that the max page size is
|
||||
|
Loading…
x
Reference in New Issue
Block a user