MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / _mm_stream_pd

Function _mm_stream_pd

system/include/compat/emmintrin.h:1272–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270}
1271
1272static __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
1279static __inline__ void __attribute__((__always_inline__, __nodebug__))
1280_mm_stream_si128(__m128i *__p, __m128i __a)

Callers 1

_mm256_stream_pdFunction · 0.85

Calls 1

_mm_store_pdFunction · 0.85

Tested by

no test coverage detected