From c0e1235fef49b3338660c076e55cccf67331d77f Mon Sep 17 00:00:00 2001 From: nodchip Date: Mon, 20 Jul 2020 17:36:09 +0900 Subject: [PATCH] Added a description to Makefile. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 9c9aed5c..2e6c415d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -567,6 +567,7 @@ help: @echo "x86-64-sse42 > x86 64-bit with sse42 support" @echo "x86-64-sse41 > x86 64-bit with sse41 support" @echo "x86-64-ssse3 > x86 64-bit with ssse3 support" + @echo "x86-64-sse3-popcnt > x86 64-bit with ssse3 and popcnt support" @echo "x86-64-sse3 > x86 64-bit with ssse3 support" @echo "x86-64 > x86 64-bit generic" @echo "x86-32 > x86 32-bit (also enables SSE)"