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
..
2021-11-03 23:29:10 +00:00
2021-08-03 16:15:44 +00:00
2021-07-20 18:42:25 +00:00
2021-10-11 10:00:29 -07:00
2018-11-09 11:35:48 +01:00
2021-03-24 18:14:56 +00:00
2019-12-19 17:30:11 +01:00
2021-03-24 18:14:56 +00:00
2018-11-23 16:01:47 +01:00
2017-02-28 14:00:15 -08:00
2021-07-09 03:59:56 +00:00
2021-06-15 16:40:35 +00:00
2021-09-02 03:21:43 +00:00
2021-06-11 02:35:19 +00:00
2020-04-13 16:41:20 +02:00
2018-12-05 15:01:04 +01:00
2021-06-15 16:40:35 +00:00
2016-12-28 18:29:30 +01:00
2021-05-26 19:45:25 +00:00
2021-03-24 18:14:56 +00:00
2016-06-05 12:57:48 -07:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-07-01 23:18:10 +00:00
2021-03-24 18:14:56 +00:00
2019-03-14 10:18:24 +01:00
2017-02-28 14:58:45 -08:00
2021-08-18 15:12:36 +00:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2017-02-28 09:56:45 -08:00
2021-01-05 18:15:30 +00:00
2021-08-03 16:32:59 +00:00
2020-12-04 21:45:09 +00:00
2020-05-14 22:11:19 +00:00
2021-03-24 18:14:56 +00:00
2019-12-11 18:22:57 +00:00
2021-08-16 14:26:39 +00:00
2021-03-24 18:14:56 +00:00
2021-08-18 19:04:50 +00:00
2021-05-11 22:31:53 +00:00
2021-03-24 18:14:56 +00:00
2019-12-19 17:30:11 +01:00
2021-03-24 18:14:56 +00:00
2018-03-11 10:01:44 -04:00
2021-06-11 02:35:19 +00:00
2021-06-11 02:35:19 +00:00
2019-09-24 11:09:58 +02:00
2021-05-20 23:43:57 +00:00
2021-03-24 18:14:56 +00:00
2021-06-11 02:35:19 +00:00
2021-01-28 01:10:36 +01:00
2021-06-11 02:35:19 +00:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-06-15 16:40:35 +00:00
2018-06-07 15:45:24 +02:00
2021-03-24 18:14:56 +00:00
2019-01-18 10:41:14 +01:00
2021-06-15 16:40:35 +00:00
2021-03-16 20:12:46 -07:00
2021-04-09 17:03:28 +00:00
2021-03-24 18:14:56 +00:00
2019-02-15 16:35:35 +01:00
2021-03-24 18:14:56 +00:00
2021-03-24 18:14:56 +00:00
2021-06-15 16:40:35 +00:00
2019-02-15 16:35:35 +01:00
2021-03-24 18:14:56 +00:00
2021-06-11 02:35:19 +00:00