Andreas Krebbel 23469c3cda ZVector: Move alignas qualifier to come first
We currently have plenty of type definitions with the alignment
qualifier coming after the type.  The compiler warns about ignoring
them:
int EIGEN_ALIGN16 ai[4];

Turn this into:
EIGEN_ALIGN16 int ai[4];


(cherry picked from commit 8faafc3aaa2b45e234cfe0bef085c1134ceffc42)
2021-11-03 23:29:10 +00:00
..
2018-11-09 11:35:48 +01:00
2017-02-28 14:00:15 -08:00
2021-06-15 16:40:35 +00:00
2021-06-15 16:40:35 +00:00
2021-07-01 23:18:10 +00:00
2021-08-18 15:12:36 +00:00
2020-12-04 21:45:09 +00:00
2021-08-16 14:26:39 +00:00
2021-08-18 19:04:50 +00:00
2018-03-11 10:01:44 -04:00
2021-01-28 01:10:36 +01:00
2021-06-15 16:40:35 +00:00
2018-06-07 15:45:24 +02:00
2021-06-15 16:40:35 +00:00
2021-06-15 16:40:35 +00:00