1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-14 04:59:16 +00:00

Added a description to Makefile.

This commit is contained in:
nodchip 2020-07-20 17:36:09 +09:00
parent 74049a450c
commit c0e1235fef

View file

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