[loongarch] Cleanup deprecated built-in macro.
"_LOONGARCH_SIM" is a deprecated built-in macro, and should not be used anymore. Bug: chromium:1448745 Change-Id: Ie62efd55ea5ffb8b90fca6f04feb785e5d2c1794 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134401 Auto-Submit: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
ad22d567e5
commit
79fe4ab42f
|
@ -118,10 +118,10 @@
|
||||||
|
|
||||||
#elif defined(__loongarch__)
|
#elif defined(__loongarch__)
|
||||||
#define DAWN_PLATFORM_IS_LOONGARCH 1
|
#define DAWN_PLATFORM_IS_LOONGARCH 1
|
||||||
#if _LOONGARCH_SIM == _ABILP32
|
#if __loongarch_grlen == 64
|
||||||
#define DAWN_PLATFORM_IS_LOONGARCH32 1
|
|
||||||
#else
|
|
||||||
#define DAWN_PLATFORM_IS_LOONGARCH64 1
|
#define DAWN_PLATFORM_IS_LOONGARCH64 1
|
||||||
|
#else
|
||||||
|
#define DAWN_PLATFORM_IS_LOONGARCH32 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(__riscv)
|
#elif defined(__riscv)
|
||||||
|
|
Loading…
Reference in New Issue