| Index: src/opts/Sk4x_none.h
|
| diff --git a/src/opts/Sk4x_none.h b/src/opts/Sk4x_none.h
|
| index 8e17768af65969b9d05f673f03fbf8fbe565cf42..b477177026abff7db206bbf6720f7df8160e72a5 100644
|
| --- a/src/opts/Sk4x_none.h
|
| +++ b/src/opts/Sk4x_none.h
|
| @@ -111,6 +111,8 @@ M(template <int m, int a, int s, int k> Sk4x<T>) Shuffle(const Sk4x<T>& x, const
|
| k < 4 ? x.fVec[k] : y.fVec[k-4]);
|
| }
|
|
|
| +M(Sk4x<T>) aacc() const { return Shuffle<0,0,2,2>(*this, *this); }
|
| +M(Sk4x<T>) bbdd() const { return Shuffle<1,1,3,3>(*this, *this); }
|
| M(Sk4x<T>) badc() const { return Shuffle<1,0,3,2>(*this, *this); }
|
|
|
| #undef M
|
|
|