Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use...
Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. llvm-svn: 154777
Loading
Please register or sign in to comment