zig/lib
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
..
include update C header files to clang 9.0.0rc4 2019-09-10 13:30:43 -04:00
libc mingw-w64 libc: fix incorrect detection of _xgetbv 2019-09-22 19:10:27 -04:00
libcxx/include update libcxx to 9.0.0-rc2 2019-08-20 19:36:26 -04:00
libunwind update libunwind to llvm9 2019-07-19 16:54:00 -04:00