mirror of
https://github.com/sockspls/badfish
synced 2025-07-13 20:49:15 +00:00
Removed the x86-64-ssse3-popcnt architecture.
This commit is contained in:
parent
3bbe4802b1
commit
36092b855a
1 changed files with 0 additions and 9 deletions
|
@ -162,15 +162,6 @@ ifeq ($(ARCH),x86-64-ssse3)
|
|||
ssse3 = yes
|
||||
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)
|
||||
arch = x86_64
|
||||
prefetch = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue