this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[libm] Use `architecture/arm/math.h`

Thomas A c14c6262 bd4a08e3

+3 -1
+1
src/libm/Source/architecture/arm
··· 1 + ../ARM/
+1 -1
src/libm/Source/math.h
··· 26 26 #include "architecture/ppc/math.h" 27 27 #elif (defined (__i386__) || defined( __x86_64__ )) 28 28 #include "architecture/i386/math.h" 29 - #elif defined(__arm__) 29 + #elif defined(__arm__) || defined(__arm64__) 30 30 #include "architecture/arm/math.h" 31 31 #else 32 32 #error Unknown architecture
+1
src/libm/include/architecture/arm/math.h
··· 1 + ../../../Source/architecture/arm/math.h