3131d6c2db
Merge commit '48dcc318c977ce17373f3710d04d96f9b05860a0'
6 lines
203 B
C++
6 lines
203 B
C++
// SPDX-FileCopyrightText: Copyright (c) 2024 merryhime <https://mary.rs>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#if defined(__ARM64__) || defined(__aarch64__) || defined(_M_ARM64)
|
|
# define ON_ARM64
|
|
#endif
|