[VSX] clang complains about the order of __vector

This commit is contained in:
Konstantinos Margaritis 2022-09-16 12:41:08 +03:00
parent f6250ae3e5
commit ef66877e9e

View File

@ -49,7 +49,7 @@ really_inline SuperVector<16>::SuperVector(SuperVector const &other)
template<>
template<>
really_inline SuperVector<16>::SuperVector(char __bool __vector v)
really_inline SuperVector<16>::SuperVector(__vector __bool char v)
{
u.u8x16[0] = (uint8x16_t) v;
};