mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Removed the sse41-popcnt architecture.
This commit is contained in:
@@ -180,16 +180,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
|
||||||
|
|||||||
Reference in New Issue
Block a user