mirror of
https://github.com/sockspls/badfish
synced 2025-07-12 03:59:15 +00:00
Removed x86-64-ssse3-popcnt and x86-64-sse41-popcnt.
This commit is contained in:
parent
a4786db4c2
commit
92c2167481
1 changed files with 0 additions and 19 deletions
19
src/Makefile
19
src/Makefile
|
@ -162,15 +162,6 @@ ifeq ($(ARCH),x86-64-ssse3)
|
||||||
ssse3 = yes
|
ssse3 = yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),x86-64-ssse3-popcnt)
|
|
||||||
arch = x86_64
|
|
||||||
prefetch = yes
|
|
||||||
popcnt = yes
|
|
||||||
sse = yes
|
|
||||||
sse3 = yes
|
|
||||||
ssse3 = yes
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(ARCH),x86-64-sse41)
|
ifeq ($(ARCH),x86-64-sse41)
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
prefetch = yes
|
prefetch = yes
|
||||||
|
@ -180,16 +171,6 @@ ifeq ($(ARCH),x86-64-sse41)
|
||||||
sse41 = yes
|
sse41 = yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),x86-64-sse41-popcnt)
|
|
||||||
arch = x86_64
|
|
||||||
prefetch = yes
|
|
||||||
popcnt = yes
|
|
||||||
sse = yes
|
|
||||||
sse3 = yes
|
|
||||||
ssse3 = yes
|
|
||||||
sse41 = yes
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(ARCH),x86-64-sse42)
|
ifeq ($(ARCH),x86-64-sse42)
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
prefetch = yes
|
prefetch = yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue