this repo has no description
1
fork

Configure Feed

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

Resolve filename case issue with libm (fixes #379)

+2 -3
+1 -1
src/libm/Source/Intel/expf_logf_powf.c
··· 12 12 #include "math.h" 13 13 #include <emmintrin.h> 14 14 #include <stdint.h> 15 - #include "xmmLibm_Prefix.h" 15 + #include "xmmLibm_prefix.h" 16 16 #include <float.h> 17 17 18 18 #if defined( __SSE3__ )
-1
src/libm/Source/Intel/xmmLibm_Prefix.h
··· 1 - xmmLibm_prefix.h
+1 -1
src/libm/Source/Intel/xmm_power.c
··· 32 32 #endif 33 33 #endif 34 34 35 - #include "xmmLibm_Prefix.h" 35 + #include "xmmLibm_prefix.h" 36 36 37 37 #define AVOID_64_BIT_INTS defined(__i386__) 38 38