|
sketchbook
|
#include <emmintrin.h>Go to the source code of this file.
Macros | |
| #define | __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sse3"))) |
| #define | _mm_loaddup_pd(dp) _mm_load1_pd(dp) |
| #define | _MM_DENORMALS_ZERO_ON (0x0040) |
| #define | _MM_DENORMALS_ZERO_OFF (0x0000) |
| #define | _MM_DENORMALS_ZERO_MASK (0x0040) |
| #define | _MM_GET_DENORMALS_ZERO_MODE() (_mm_getcsr() & _MM_DENORMALS_ZERO_MASK) |
| #define | _MM_SET_DENORMALS_ZERO_MODE(x) (_mm_setcsr((_mm_getcsr() & ~_MM_DENORMALS_ZERO_MASK) | (x))) |
| #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sse3"))) |
| #define _MM_DENORMALS_ZERO_MASK (0x0040) |
| #define _MM_DENORMALS_ZERO_OFF (0x0000) |
| #define _MM_DENORMALS_ZERO_ON (0x0040) |
| #define _MM_GET_DENORMALS_ZERO_MODE | ( | ) | (_mm_getcsr() & _MM_DENORMALS_ZERO_MASK) |
| #define _mm_loaddup_pd | ( | dp | ) | _mm_load1_pd(dp) |
| #define _MM_SET_DENORMALS_ZERO_MODE | ( | x | ) | (_mm_setcsr((_mm_getcsr() & ~_MM_DENORMALS_ZERO_MASK) | (x))) |
1.8.6