]> granicus.if.org Git - clang/commitdiff
Add in dot product intrinsics for dpps and dppd.
authorEric Christopher <echristo@apple.com>
Sun, 7 Mar 2010 06:16:56 +0000 (06:16 +0000)
committerEric Christopher <echristo@apple.com>
Sun, 7 Mar 2010 06:16:56 +0000 (06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97901 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/BuiltinsX86.def

index 5d80528817c4e35dbf5329fe3aef9564aae6577b..8345ba4eb078513dd84ca042578d9c4397484fb8 100644 (file)
@@ -284,6 +284,8 @@ BUILTIN(__builtin_ia32_roundps, "V4fV4fi", "")
 BUILTIN(__builtin_ia32_roundss, "V4fV4fV4fi", "")
 BUILTIN(__builtin_ia32_roundsd, "V2dV2dV2di", "")
 BUILTIN(__builtin_ia32_roundpd, "V2dV2di", "")
+BUILTIN(__builtin_ia32_dpps, "V4fV4fV4fi", "")
+BUILTIN(__builtin_ia32_dppd, "V2dV2dV2di", "")
 
 
 #undef BUILTIN