Skip to content
Commit 7a98a7e6 authored by Bruno Cardoso Lopes's avatar Bruno Cardoso Lopes
Browse files

Fix _mm256_shuffle_ps mask! Example, for mask=203, Instead of:

  <i32 3, i32 2, i32 8, i32 11, i32 3, i32 6, i32 12, i32 15>
generate:
  <i32 3, i32 2, i32 8, i32 11, i32 7, i32 6, i32 12, i32 15>

llvm-svn: 138411
parent bd913713
Loading
Loading
Loading
Loading
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