| 1270 | } |
| 1271 | |
| 1272 | static __inline__ void __attribute__((__always_inline__, __nodebug__)) |
| 1273 | _mm_stream_pd(double *__p, __m128d __a) |
| 1274 | { |
| 1275 | // Emscripten/SIMD.js does not have cache hinting. |
| 1276 | _mm_store_pd(__p, __a); |
| 1277 | } |
| 1278 | |
| 1279 | static __inline__ void __attribute__((__always_inline__, __nodebug__)) |
| 1280 | _mm_stream_si128(__m128i *__p, __m128i __a) |
no test coverage detected