zig/std/special
Shawn Landden 720ed74413 add bcmp implementation as LLVM 9 now emits those
The optimizer will now convert calls to memcmp into a calls to bcmp
in some circumstances. Users who are building freestanding code (not
depending on the platform’s libc) without specifying -ffreestanding may
need to either pass -fno-builtin-bcmp, or provide a bcmp function.

http://llvm.org/docs/ReleaseNotes.html#non-comprehensive-list-of-changes-in-this-release
2019-06-08 17:24:30 -04:00
..
compiler_rt ran zig fmt on stdlib 2019-05-19 16:33:31 -04:00
init-exe
init-lib
bootstrap_lib.zig
bootstrap_windows_tls.zig
bootstrap.zig fixes for Windows and WASI 2019-05-27 00:48:56 -04:00
build_runner.zig clean up references to os 2019-05-26 18:32:44 -04:00
c.zig add bcmp implementation as LLVM 9 now emits those 2019-06-08 17:24:30 -04:00
compiler_rt.zig breaking changes to all bit manipulation intrinsics 2019-05-16 16:37:58 -04:00
panic.zig
test_runner.zig