blob: 90471a73c19d477c93fe81381f28fd7ede543878 (
plain)
1
2
3
4
5
6
|
// 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
|