Skip to content

Commit

Permalink
Removed the x86-64-ssse3-popcnt architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodchip committed Jul 19, 2020
1 parent 3bbe480 commit 36092b8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36092b8

Please sign in to comment.