]> granicus.if.org Git - clang/commitdiff
Add in movntdqa intrinsic for load hint.
authorEric Christopher <echristo@apple.com>
Sun, 7 Mar 2010 06:28:34 +0000 (06:28 +0000)
committerEric Christopher <echristo@apple.com>
Sun, 7 Mar 2010 06:28:34 +0000 (06:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97903 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/BuiltinsX86.def

index 8345ba4eb078513dd84ca042578d9c4397484fb8..880b4bab6e26c89f871270096834d2455ce72729 100644 (file)
@@ -286,6 +286,7 @@ BUILTIN(__builtin_ia32_roundsd, "V2dV2dV2di", "")
 BUILTIN(__builtin_ia32_roundpd, "V2dV2di", "")
 BUILTIN(__builtin_ia32_dpps, "V4fV4fV4fi", "")
 BUILTIN(__builtin_ia32_dppd, "V2dV2dV2di", "")
+BUILTIN(__builtin_ia32_movntdqa, "V2LLiV2LLi*", "")
 
 
 #undef BUILTIN