1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-06 02:49:59 +00:00

Cleanup headers

This commit is contained in:
Carsten Larsen
2017-02-02 22:56:33 +01:00
parent cdfdf5473d
commit 331393ac50
7 changed files with 100 additions and 101 deletions

View File

@ -51,7 +51,7 @@
# define TXTCPU "PowerPC"
#endif
/******************************************************************************/
#if defined(__arm__) || defined(_M_ARM)
#if defined(__arm__) || defined(_M_ARM) || defined(__ARM_ARCH_6__)
# define TXTCPU "arm"
#endif
#if defined(__aarch64__) || defined(_M_ARM64)
@ -91,8 +91,8 @@
#endif
/******************************************************************************/
#ifndef TXTCPU
#error what cpu is this ?!
//#define TXTCPU EMPTYSTRING
//#error what cpu is this ?!
# define TXTCPU EMPTYSTRING
#endif
/******************************************************************************/
#if defined(TXTCPU) && defined(__HAVE_68881__)