1 // SPDX-FileCopyrightText: Copyright (c) 2024 merryhime <https://mary.rs> 2 // SPDX-License-Identifier: MIT 3 4 #if defined(__ARM64__) || defined(__aarch64__) || defined(_M_ARM64) 5 # define ON_ARM64 6 #endif