Swapping around vec128 to match AVX order.

Was really hoping all this would fix some bugs, but no luck :(
This commit is contained in:
Ben Vanik
2014-08-29 20:39:26 -07:00
parent 8ca7642226
commit f74aafeb8a
27 changed files with 2845 additions and 821 deletions

View File

@@ -23,7 +23,7 @@
#include <third_party/catch/single_include/catch.hpp>
#define ALLOY_TEST_IVM 1
//#define ALLOY_TEST_X64 1
#define ALLOY_TEST_X64 1
namespace alloy {
namespace test {