util: Rename PIPE_ALIGN_STACK to UTIL_ALIGN_STACK and moved into util/compiler.h

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19676>
This commit is contained in:
Yonggang Luo
2022-11-13 10:47:55 +08:00
committed by Marge Bot
parent 778402f3b0
commit e5f0d222b1
8 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ static inline uint64_t xgetbv(void)
#if DETECT_ARCH_X86
PIPE_ALIGN_STACK
UTIL_ALIGN_STACK
static inline bool
sse2_has_daz(void)
{