zig/lib
Jan Philipp Hafer c56663dee8 compiler_rt: add __negsi2, __negdi2, __negti2
- use negXi2.zig to prevent confusion with negXf2.zig
- used for size optimized builds and machines without carry instruction
- tests: special cases 0, -INT_MIN
  * use divTrunc range and shift with constant offsets

See #1290
2021-12-14 14:14:31 -08:00
..
include
libc stage2: improved glibc stubs 2021-12-13 15:07:53 -08:00
libcxx
libcxxabi
libunwind libunwind: patch to silence warning 2021-12-06 14:29:40 -07:00
std compiler_rt: add __negsi2, __negdi2, __negti2 2021-12-14 14:14:31 -08:00
tsan