Skip to content
Snippets Groups Projects
Commit 41a5fc56 authored by David Blaikie's avatar David Blaikie
Browse files

Readd an open paren that was lost while reformatting code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172669 91177308-0d34-0410-b5e6-96231b3b80d8
parent 49446069
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ _mm256_blendv_pd(__m256d __a, __m256d __b, __m256d __c)
static __inline __m256 __attribute__((__always_inline__, __nodebug__))
_mm256_blendv_ps(__m256 __a, __m256 __b, __m256 __c)
{
return (__m256)__builtin_ia32_blendvps256
return (__m256)__builtin_ia32_blendvps256(
(__v8sf)__a, (__v8sf)__b, (__v8sf)__c);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment