mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Disable avx512dq extension to make CI pass
This commit is contained in:
parent
aeaba90e28
commit
adb2e932e7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ pub fn target_machine(
|
|||
Target::from_name(arch).unwrap().create_target_machine(
|
||||
&TargetTriple::create(target_triple_str(target)),
|
||||
arch,
|
||||
"+avx2", // TODO this string was used uncritically from an example, and should be reexamined
|
||||
"-avx512dq", // TODO: this probably should be TargetMachine::get_host_cpu_features() to enable all features
|
||||
opt,
|
||||
reloc,
|
||||
model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue