mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
[VSX] clang complains about the order of __vector
This commit is contained in:
parent
f6250ae3e5
commit
ef66877e9e
@ -49,7 +49,7 @@ really_inline SuperVector<16>::SuperVector(SuperVector const &other)
|
|||||||
|
|
||||||
template<>
|
template<>
|
||||||
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;
|
u.u8x16[0] = (uint8x16_t) v;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user