commit 47d5bf26164b4ddb3228d17ae2158d1c29b8d040 (tree)
parent 299e86598d554d753efb7d5f1fa093a0d4e81519
Author: Andrew Kelley <andrew@ziglang.org>
Date: Wed, 12 Jul 2023 15:50:57 -0700
update zig1.wasm
Needed due to the breaking changes to `@splat` which are used by the
self-hosted compiler.
This update also includes the improvement that allows casting builtins
to infer the result type through optionals and error unions.
Diffstat:
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/stage1/zig.h b/stage1/zig.h
@@ -3178,12 +3178,6 @@ zig_bitCast_float(f64, uint64_t)
zig_bitCast_float(f80, zig_u128)
zig_bitCast_float(f128, zig_u128)
-#define zig_cast_f16
-#define zig_cast_f32
-#define zig_cast_f64
-#define zig_cast_f80
-#define zig_cast_f128
-
#define zig_convert_builtin(ExternResType, ResType, operation, ExternArgType, ArgType, version) \
zig_extern ExternResType zig_expand_concat(zig_expand_concat(zig_expand_concat(__##operation, \
zig_compiler_rt_abbrev_##ArgType), zig_compiler_rt_abbrev_##ResType), version)(ExternArgType); \
diff --git a/stage1/zig1.wasm b/stage1/zig1.wasm
Binary files differ.