]> granicus.if.org Git - clang/commitdiff
[X86] Add missing undef of DEFAULT_FN_ATTRS in FXSR intrinsics
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Tue, 30 Jun 2015 10:18:54 +0000 (10:18 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Tue, 30 Jun 2015 10:18:54 +0000 (10:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241055 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/fxsrintrin.h

index d7fd39bd6b65f2ee1a9814fb6609865aa2dfb29c..2dc13f78c4654b2f907c4c8a5744f6698273ccb1 100644 (file)
@@ -50,4 +50,6 @@ _fxrstor64(void *__p) {
   return __builtin_ia32_fxrstor64(__p);
 }
 
+#undef DEFAULT_FN_ATTRS
+
 #endif