1
0
Fork 0
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:
nodchip 2020-07-19 14:17:35 +09:00
parent 3bbe4802b1
commit 36092b855a

View file

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