Andreas Krebbel
8faafc3aaa
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];
2021-10-26 15:33:47 +02:00
..
2021-10-26 15:33:47 +02:00
2021-02-09 09:13:09 +01:00
2021-10-20 12:00:19 -07:00
2021-02-09 09:13:09 +01:00
2021-02-09 09:13:09 +01:00
2021-02-09 09:13:09 +01:00
2021-02-09 09:13:09 +01:00
2017-11-10 14:11:22 +01:00
2021-04-22 15:21:01 +00:00
2019-03-05 10:24:54 -08:00
2018-06-11 18:33:24 +02:00
2017-11-27 22:11:57 +01:00
2021-02-09 09:13:09 +01:00
2021-02-09 09:13:09 +01:00
2019-03-05 10:24:54 -08:00
2019-03-05 10:24:54 -08:00
2018-08-28 18:32:39 +02:00
2018-08-28 11:44:15 +02:00
2017-02-03 15:22:35 +01:00
2017-02-03 15:22:35 +01:00
2017-02-03 15:22:35 +01:00
2021-02-09 09:13:09 +01:00