mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Update Makefile documentation
Follow-up to previous commit. Update the documentation for the user when using `make`, to show the preferred bmi2 compile in the advanced examples section. Note: I made a mistake in the previous commit comment, the documentation is shown when using `make` or `make help`, not `make --help`. No functional change
This commit is contained in:
parent
db00e1625e
commit
8a04b3a13c
1 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@ help:
|
||||||
@echo "x86-64-bmi2 > x86 64-bit with pext support (also enables SSE4)"
|
@echo "x86-64-bmi2 > x86 64-bit with pext support (also enables SSE4)"
|
||||||
@echo "x86-64-modern > x86 64-bit with popcnt support (also enables SSE3)"
|
@echo "x86-64-modern > x86 64-bit with popcnt support (also enables SSE3)"
|
||||||
@echo "x86-64 > x86 64-bit generic"
|
@echo "x86-64 > x86 64-bit generic"
|
||||||
@echo "x86-32 > x86 32-bit with SSE support"
|
@echo "x86-32 > x86 32-bit (also enables SSE)"
|
||||||
@echo "x86-32-old > x86 32-bit fall back for old hardware"
|
@echo "x86-32-old > x86 32-bit fall back for old hardware"
|
||||||
@echo "ppc-64 > PPC 64-bit"
|
@echo "ppc-64 > PPC 64-bit"
|
||||||
@echo "ppc-32 > PPC 32-bit"
|
@echo "ppc-32 > PPC 32-bit"
|
||||||
|
@ -405,7 +405,7 @@ help:
|
||||||
@echo "Advanced examples, for experienced users: "
|
@echo "Advanced examples, for experienced users: "
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "make build ARCH=x86-64 COMP=clang"
|
@echo "make build ARCH=x86-64 COMP=clang"
|
||||||
@echo "make profile-build ARCH=x86-64-modern COMP=gcc COMPCXX=g++-4.8"
|
@echo "make profile-build ARCH=x86-64-bmi2 COMP=gcc COMPCXX=g++-4.8"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue