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

Function convert

test/sse/test_sse1.cpp:103–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void convert(void) {
104 // SSE1 Convert instructions:
105 Ret_M128_int(__m128, _mm_cvt_si2ss);
106 Ret_M128(int, _mm_cvt_ss2si);
107 Ret_M128_int(__m128, _mm_cvtsi32_ss);
108 Ret_M128(float, _mm_cvtss_f32);
109 Ret_M128(int, _mm_cvtss_si32);
110 Ret_M128(int64_t, _mm_cvtss_si64);
111 Ret_M128(int, _mm_cvtt_ss2si);
112 Ret_M128(int, _mm_cvttss_si32);
113 Ret_M128(int64_t, _mm_cvttss_si64);
114}
115
116void load(void) {
117 // SSE1 Load functions:

Callers 1

Ret_M128_FloatPtrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected