Files
mesa/src/util
Mike Lothian e1accb1c4c util: Fix invalid usage of alignas in u_cpu_detect.c
This fixes the following errors when compiling Mesa with Clang 14:
../mesa-9999/src/util/u_cpu_detect.c:368:5: error: expected ';' after struct
   } alignas(16) fxarea;
    ^
    ;

This has been tested with Clang 14.0.5 and GCC 12.1

Fixes: e3bc78b8e3 ("util: use c11 alignas instead of rolling our own")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6667
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17035>
2022-06-15 21:27:57 +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
2022-04-06 00:04:14 +00: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
2022-05-17 21:02:24 +00:00