"wrappers/python/src/vscode:/vscode.git/clone" did not exist on "1857850c4069bdfae0a8d8f4c6200eeb078054e4"
vecmath.cpp 140 Bytes
Newer Older
peastman's avatar
peastman committed
1
2
3
4
5
6
7
#if defined(__ANDROID__)
    #include "neon_mathfun.h"
#else
    #if !defined(__PNACL__)
        #include "sse_mathfun.h"
    #endif
#endif