Remove reference to no longer existing 3dnow target feature

This silences a lot of warnings.
This commit is contained in:
bjorn3
2025-06-28 19:58:15 +02:00
parent 219dedda32
commit b06aa61676
+1 -1
View File
@@ -10,7 +10,7 @@
"vendor": "unknown",
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"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",
"dynamic-linking": false,
"executables": true,
"relocation-model": "static",