branch | pyrit |
changeset 83 | e3a2a5b26abb |
parent 78 | 9569e9f35374 |
child 86 | ce6abe0aeeae |
82:930a2d3ecaed | 83:e3a2a5b26abb |
---|---|
30 #include <stdio.h> |
30 #include <stdio.h> |
31 #include <stdarg.h> |
31 #include <stdarg.h> |
32 #include <float.h> |
32 #include <float.h> |
33 #include <pthread.h> |
33 #include <pthread.h> |
34 #include <string> |
34 #include <string> |
35 |
|
36 // SSE intrinsics |
|
37 #include <xmmintrin.h> |
|
35 |
38 |
36 using namespace std; |
39 using namespace std; |
37 |
40 |
38 #ifdef PYRIT_DOUBLE |
41 #ifdef PYRIT_DOUBLE |
39 # define Float double |
42 # define Float double |