[PATCH] D21959: [X86] Add xgetbv xsetbv intrinsics

Guy Blank via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 17 07:07:17 PDT 2016


guyblank added a comment.

Sorry about that, forgot that i changed the ms_intrin test.

about the failure, I think that xsaveintrin.h is not being included because it requires the xsave feature - which should be on if the target supports it.
do you know what in which target the failure occurred? also, can you direct me to the source code for the failure?

thanks


Repository:
  rL LLVM

https://reviews.llvm.org/D21959





More information about the cfe-commits mailing list