zig/lib/std/special
LemonBoy d03e9d0b83 compiler-rt: Fix f16 API declarations to be consistent
LLVM and compiler-rt must agree on how the parameters are passed, it
turns out that in LLVM13 something changed and broke the test case for
AArch64 systems.

It has nothing to do with fma at all.

Closes #9900
2021-11-04 14:30:35 -04:00
..
compiler_rt compiler-rt: Fix f16 API declarations to be consistent 2021-11-04 14:30:35 -04:00
docs std docs: @This() in generic types 2021-04-12 09:31:45 +02:00
init-exe Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057) 2021-10-29 13:37:17 -04:00
init-lib Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057) 2021-10-29 13:37:17 -04:00
build_runner.zig Print enum values for build options in help output (#9650) 2021-08-30 21:39:02 -04:00
c.zig stage2: prepare for building freestanding libc 2021-09-23 20:16:57 -07:00
c_stage1.zig libc: Export truncl 2021-10-24 19:17:55 +02:00
compiler_rt.zig stage2: change @bitCast to always be by-value 2021-10-22 15:35:35 -07:00
ssp.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
test_runner.zig Add error message to test runner for bad arguments 2021-09-30 18:00:13 -04:00