1
0
Fork 0
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:
nodchip 2020-07-19 14:02:49 +09:00
parent c001a4e62d
commit 3bbe4802b1

View file

@ -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