zig/lib/libc
Andrew Kelley c161ce3f7c
mingw-w64 libc: fix incorrect detection of _xgetbv
It was using __GNUC__ < 8 to check if _xgetbv intrinsic is available.
Since we always use zig cc with this header, we know we have clang 9,
which does have this intrinsic.
2019-09-22 19:10:27 -04:00
..
glibc update glibc src files to 2.30 2019-09-10 16:40:54 -04:00
include mingw-w64 libc: fix incorrect detection of _xgetbv 2019-09-22 19:10:27 -04:00
mingw
musl carry some upstream patches to musl to fix riscv inline asm 2019-07-18 11:43:39 -04:00