stage2: Use softfloat for f16 on MIPS targets

This commit is contained in:
Cody Tapscott 2022-10-08 12:28:02 -07:00
parent db9058e41a
commit 46fb730712

View File

@ -10499,6 +10499,10 @@ fn backendSupportsF16(target: std.Target) bool {
.powerpc64le,
.wasm32,
.wasm64,
.mips,
.mipsel,
.mips64,
.mips64el,
=> false,
else => true,
};