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
..
2019-05-19 16:33:31 -04:00
2019-05-27 00:48:56 -04:00
2019-05-26 18:32:44 -04:00
2019-04-26 15:10:13 -04:00