mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Restore ARCH=x86-64-modern in the makefile
This commit is contained in:
parent
cf8a50e654
commit
c0bbce092b
1 changed files with 7 additions and 0 deletions
|
@ -127,6 +127,13 @@ ifeq ($(ARCH),x86-64-ssse3)
|
||||||
ssse3 = yes
|
ssse3 = yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(ARCH),x86-64-modern)
|
||||||
|
arch = x86_64
|
||||||
|
prefetch = yes
|
||||||
|
popcnt = yes
|
||||||
|
sse = yes
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),x86-64-sse41)
|
ifeq ($(ARCH),x86-64-sse41)
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
prefetch = yes
|
prefetch = yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue