mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-15 05:00:54 -04:00
c33cd370fc
I think this is working correctly. Without also removing sse2 from the feature set, sse gets added back into the set because sse2 is part of the x86_64 baseline (which is the cpu provided) and sse2 depends on sse.