[Bug target/63678] __mm256_blend_epi16 only accepts 8-bit masks (should accept 16-bit)

2014-10-29 Thread peter.bumbulis at ianywhere dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63678 --- Comment #4 from Peter Bumbulis --- (In reply to Peter Bumbulis from comment #2) > The referenced web page is incorrect. Look in the instruction set reference > manual > (https://software.intel.com/sites/default/files/managed/c6/a9/319433-020

[Bug target/63678] __mm256_blend_epi16 only accepts 8-bit masks (should accept 16-bit)

2014-10-29 Thread peter.bumbulis at ianywhere dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63678 --- Comment #2 from Peter Bumbulis --- The referenced web page is incorrect. Look in the instruction set reference manual (https://software.intel.com/sites/default/files/managed/c6/a9/319433-020.pdf, search for VPBLENDMW) or the intrinsics guide

[Bug c/63678] New: __mm256_blend_epi16 only accepts 8-bit masks (should accept 16-bit)

2014-10-29 Thread peter.bumbulis at ianywhere dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: peter.bumbulis at ianywhere dot com Created attachment 33844 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33844&action=edit .i file for repro. __mm256_blend_epi16 only