]> granicus.if.org Git - clang/commitdiff
Use i32 instead of i8 for AVX dot product intrinsic
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 10 Aug 2010 01:41:40 +0000 (01:41 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 10 Aug 2010 01:41:40 +0000 (01:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110644 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/BuiltinsX86.def

index b1f0b1e680f1b46ef77e1e69335eddf549c0f3a7..db8968f484f42e06567524fe0567b5916a93ab9e 100644 (file)
@@ -345,7 +345,7 @@ BUILTIN(__builtin_ia32_blendpd256, "V4dV4dV4di", "")
 BUILTIN(__builtin_ia32_blendps256, "V8fV8fV8fi", "")
 BUILTIN(__builtin_ia32_blendvpd256, "V4dV4dV4dV4d", "")
 BUILTIN(__builtin_ia32_blendvps256, "V8fV8fV8fV8f", "")
-BUILTIN(__builtin_ia32_dpps256, "V8fV8fV8fc", "")
+BUILTIN(__builtin_ia32_dpps256, "V8fV8fV8fi", "")
 BUILTIN(__builtin_ia32_shufpd256, "V4dV4dV4dc", "")
 BUILTIN(__builtin_ia32_shufps256, "V8fV8fV8fc", "")
 BUILTIN(__builtin_ia32_cmppd256, "V4dV4dV4dc", "")