mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
stage2: Use softfloat for f16 on MIPS targets
This commit is contained in:
parent
db9058e41a
commit
46fb730712
@ -10499,6 +10499,10 @@ fn backendSupportsF16(target: std.Target) bool {
|
||||
.powerpc64le,
|
||||
.wasm32,
|
||||
.wasm64,
|
||||
.mips,
|
||||
.mipsel,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
=> false,
|
||||
else => true,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user