mirror of
https://gitlab.com/rnger/amath
synced 2025-10-06 02:49:59 +00:00
arm 64 bit support
This commit is contained in:
@ -79,6 +79,9 @@
|
||||
#if defined(__arm__) || defined(_M_ARM)
|
||||
# define TXTCPU "ARM"
|
||||
#endif
|
||||
#if defined(__aarch64__)
|
||||
# define TXTCPU "arm64"
|
||||
#endif
|
||||
#ifndef TXTCPU
|
||||
#error what cpu is this ?!
|
||||
//#define TXTCPU EMPTYSTRING
|
||||
|
Reference in New Issue
Block a user