1 // Microsoft version of 'inline'
\r
2 #define inline __inline
\r
4 // Visual Studio support alloca(), but it always align variables to 16-bit
\r
5 // boundary, while SSE need 128-bit alignment. So we disable alloca() when
\r
11 /* Default to floating point */
\r
13 # define FLOATING_POINT
\r