Fix compilation with GCC 5.

This commit is contained in:
Marcel Keller
2018-10-29 20:22:13 +11:00
parent 331395ba97
commit c8e028b8c0

View File

@@ -34,6 +34,7 @@ union matrix32x8
}
};
#ifdef DEBUG_TRANS
ostream& operator<<(ostream& os, const __m256i& x)
{
for (int i = 0; i < 4; i++)
@@ -41,6 +42,7 @@ ostream& operator<<(ostream& os, const __m256i& x)
os << dec;
return os;
}
#endif
#define ZIP_CASE(I, LOWS, HIGHS, A, B) \