mirror of
https://github.com/sockspls/badfish
synced 2025-07-14 04:59:16 +00:00
Removed the sse41-popcnt architecture.
This commit is contained in:
parent
c001a4e62d
commit
3bbe4802b1
1 changed files with 0 additions and 10 deletions
10
src/Makefile
10
src/Makefile
|
@ -180,16 +180,6 @@ ifeq ($(ARCH),x86-64-sse41)
|
|||
sse41 = yes
|
||||
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)
|
||||
arch = x86_64
|
||||
prefetch = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue