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