mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Added cpu-flags to the command line help
This commit is contained in:
@@ -172,6 +172,7 @@ static void usage(bool full)
|
||||
print_opt("--benchfn <name>", "Override the benchmark runner function name.");
|
||||
PRINTF("");
|
||||
print_opt("--reloc=<option>", "Relocation model: none, pic, PIC, pie, PIE.");
|
||||
print_opt("--cpu-flags <string>", "Add/remove cpu flags fromt the default, e.g. '+a,-b'.");
|
||||
print_opt("--x86cpu=<option>", "Set general level of x64 cpu: baseline, ssse3, sse4, avx1, avx2-v1, avx2-v2 (Skylake/Zen1+), avx512 (Icelake/Zen4+), native.");
|
||||
print_opt("--x86vec=<option>", "Set max type of vector use: none, mmx, sse, avx, avx512, default.");
|
||||
print_opt("--riscv-abi=<option>", "Set type of RISC-V ABI: int-only, float, double.");
|
||||
|
||||
Reference in New Issue
Block a user