Files
mesa/src/util
Erik Faye-Lund e3bc78b8e3 util: use c11 alignas instead of rolling our own
Due to how alignas is defined, it itsn't allowed to use it on a struct,
it needs to be used on the first member instead. So move the declaration
in those cases.

This still leaves the ALIGN16 macro using compiler-specific directives,
because it's a lot of work to untangle the above. This probably deserves
its own MR.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16908>
2022-06-14 15:08:37 +00:00
..
2022-06-09 17:23:34 +00:00
2022-04-22 19:38:52 +00:00
2022-04-22 19:38:52 +00:00
2021-11-17 13:41:47 +00:00
2021-11-17 13:41:47 +00:00
2022-06-02 13:09:16 +00:00
2021-08-14 21:44:32 +00:00
2022-04-06 00:04:14 +00:00
2020-10-27 15:33:40 -07:00
2021-10-20 21:40:31 -07:00
2022-06-02 13:09:16 +00:00
2022-03-09 08:48:59 +00:00
2022-03-09 08:48:59 +00:00
2022-06-02 13:09:16 +00:00
2021-02-22 00:30:46 +00:00
2021-05-10 15:34:07 +00:00
2021-02-19 11:05:38 +00:00
2022-05-17 21:02:24 +00:00
2021-08-14 21:44:32 +00:00
2020-12-01 10:04:41 +01:00