Skip to content

Commit

Permalink
Merge pull request #471 from Ollrogge/fix_target_config
Browse files Browse the repository at this point in the history
Remove 3dnow features from stage4 target
  • Loading branch information
Freax13 authored Nov 1, 2024
2 parents ea3f61a + 8234bf9 commit 0188e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64-stage-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cpu": "x86-64",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"disable-redzone": true,
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float",
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2,+soft-float",
"linker": "rust-lld",
"linker-flavor": "ld.lld",
"llvm-target": "x86_64-unknown-none-elf",
Expand Down

0 comments on commit 0188e71

Please sign in to comment.