We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e43b18 commit 3455c15Copy full SHA for 3455c15
lib/compiler_rt.zig
@@ -225,8 +225,8 @@ comptime {
225
_ = @import("compiler_rt/fmin.zig");
226
_ = @import("compiler_rt/fmod.zig");
227
_ = @import("compiler_rt/ldexp.zig");
228
- _ = @import("compiler_rt/scalbn.zig");
229
_ = @import("compiler_rt/scalbln.zig");
+ _ = @import("compiler_rt/scalbn.zig");
230
_ = @import("compiler_rt/log.zig");
231
_ = @import("compiler_rt/log10.zig");
232
_ = @import("compiler_rt/log2.zig");
0 commit comments