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

Function logic

test/sse/test_sse1.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void logic(void) {
55 // SSE1 Logical instructions:
56 Ret_M128_M128(__m128, _mm_and_ps);
57 Ret_M128_M128(__m128, _mm_andnot_ps);
58 Ret_M128_M128(__m128, _mm_or_ps);
59 Ret_M128_M128(__m128, _mm_xor_ps);
60}
61
62void compare(void) {
63 // SSE1 Compare instructions:

Callers 1

Ret_M128_FloatPtrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected