"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "58b094cec72f74db91e131277804e82e168c16e0"
vecmath.cpp 165 Bytes
Newer Older
peastman's avatar
peastman committed
1
2
3
4
#if defined(__ANDROID__)
    #include "neon_mathfun.h"
#else
    #if !defined(__PNACL__)
5
        #define USE_SSE2
peastman's avatar
peastman committed
6
7
8
        #include "sse_mathfun.h"
    #endif
#endif