First Commit
This commit is contained in:
6
externals/oaknut/tests/architecture.hpp
vendored
Normal file
6
externals/oaknut/tests/architecture.hpp
vendored
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user