mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
export __floatuntikf for PowerPC
PPC __floatuntikf is equivalent to X86 __floatuntitf.
This commit is contained in:
parent
02209d8a5f
commit
2947a2faab
@ -813,6 +813,7 @@ comptime {
|
||||
@export(__floatditf, .{ .name = "__floatdikf", .linkage = linkage });
|
||||
@export(__floatunditf, .{ .name = "__floatundikf", .linkage = linkage });
|
||||
@export(__floatunsitf, .{ .name = "__floatunsikf", .linkage = linkage });
|
||||
@export(__floatuntitf, .{ .name = "__floatuntikf", .linkage = linkage });
|
||||
|
||||
@export(__letf2, .{ .name = "__eqkf2", .linkage = linkage });
|
||||
@export(__letf2, .{ .name = "__nekf2", .linkage = linkage });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user