llvm-6502/utils/PerfectShuffle
2011-05-18 06:42:21 +00:00
..
Makefile these utils don't need exports. 2009-02-26 19:02:23 +00:00
PerfectShuffle.cpp In r131488 I misunderstood how VREV works. It splits the vector in half and splits each half. Therefore, the real problem was that we were using a VREV64 for a 4xi16, when we should have been using a VREV32. 2011-05-18 06:42:21 +00:00