mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
compiler_rt: one less exception for stage2
This commit is contained in:
parent
93b854eb74
commit
9bf2bda683
@ -723,10 +723,7 @@ comptime {
|
||||
@export(floorf, .{ .name = "floorf", .linkage = linkage });
|
||||
@export(floor, .{ .name = "floor", .linkage = linkage });
|
||||
@export(floorl, .{ .name = "floorl", .linkage = linkage });
|
||||
|
||||
if (!builtin.zig_is_stage2) {
|
||||
@export(fmaq, .{ .name = "fmaq", .linkage = linkage });
|
||||
}
|
||||
@export(fmaq, .{ .name = "fmaq", .linkage = linkage });
|
||||
}
|
||||
|
||||
const math = std.math;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user