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

Function _mm_set_sd

system/include/compat/emmintrin.h:514–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514static __inline__ __m128d __attribute__((__always_inline__, __nodebug__))
515_mm_set_sd(double __w)
516{
517 return (__m128d)wasm_f64x2_make(__w, 0);
518}
519
520static __inline__ __m128d __attribute__((__always_inline__, __nodebug__))
521_mm_set1_pd(double __w)

Callers 2

mainFunction · 0.85
nearest_integerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected