aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
authorCody Tapscott <topolarity@tapscott.me>2022-10-07 11:08:22 -0700
committerCody Tapscott <topolarity@tapscott.me>2022-10-13 12:53:20 -0700
commit37c6fcafa27c9dc4b323ca2fc79f5a928c1b4d14 (patch)
tree754e800f70da486d0a19de86e2ad144d539f82fb /lib/std
parent0d533433e21621177fb291e2a4901bee11834501 (diff)
downloadzig-37c6fcafa27c9dc4b323ca2fc79f5a928c1b4d14.tar.gz
zig-37c6fcafa27c9dc4b323ca2fc79f5a928c1b4d14.zip
stage2 LLVM: Correct long double for WASM
Also, f16 is not supported on this backend.
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/target.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/std/target.zig b/lib/std/target.zig
index b6a8a8b9c0..44ca6cf3b9 100644
--- a/lib/std/target.zig
+++ b/lib/std/target.zig
@@ -1789,6 +1789,8 @@ pub const Target = struct {
.powerpcle,
.powerpc64,
.powerpc64le,
+ .wasm32,
+ .wasm64,
=> true,
else => false,