util: Detect arm64ec as aarch64 (and x86_64)
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27199>
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
#define DETECT_ARCH_ARM 1
|
||||
#endif
|
||||
|
||||
#if defined(__aarch64__) || defined(_M_ARM64)
|
||||
#if defined(__aarch64__) || defined(_M_ARM64) || defined(_M_ARM64EC)
|
||||
#define DETECT_ARCH_AARCH64 1
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user