]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
[VSX] clang complains about the order of __vector 128/head
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Fri, 16 Sep 2022 09:41:08 +0000 (12:41 +0300)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Fri, 16 Sep 2022 09:41:08 +0000 (12:41 +0300)
src/util/supervector/arch/ppc64el/impl.cpp

index 2eba69b2dd22530b38259b2777e46dd78aa3eed5..295cd12848d12f3354be78e2ee16869082487570 100644 (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;
 };