1
0
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:
Carsten Larsen
2017-01-21 20:26:14 +01:00
parent fe6b65eb54
commit d5430b8ba5
2 changed files with 4 additions and 1 deletions

View File

@ -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