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

Function arith

test/sse/test_sse1.cpp:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void arith(void) {
33 // SSE1 Arithmetic instructions:
34 Ret_M128_M128(__m128, _mm_add_ps);
35 Ret_M128_M128(__m128, _mm_add_ss);
36 Ret_M128_M128(__m128, _mm_div_ps);
37 Ret_M128_M128(__m128, _mm_div_ss);
38 Ret_M128_M128(__m128, _mm_mul_ps);
39 Ret_M128_M128(__m128, _mm_mul_ss);
40 Ret_M128_M128(__m128, _mm_sub_ps);
41 Ret_M128_M128(__m128, _mm_sub_ss);
42}
43
44void math(void) {
45 // SSE1 Elementary Math functions:

Callers 1

Ret_M128_FloatPtrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected