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

Function _mm_load_pd

system/include/compat/emmintrin.h:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466static __inline__ __m128d __attribute__((__always_inline__, __nodebug__))
467_mm_load_pd(double const *__dp)
468{
469 return *(__m128d*)__dp;
470}
471
472static __inline__ __m128d __attribute__((__always_inline__, __nodebug__))
473_mm_load1_pd(double const *__dp)

Callers 4

mainFunction · 0.85
mainFunction · 0.85
_mm256_load_pdFunction · 0.85
_mm_maskload_pdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected