MCPcopy Create free account
hub / github.com/defold/defold / init_lookup4

Function init_lookup4

engine/dlib/src/basis/encoder/cppspmd_sse.h:1944–1948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1942}
1943
1944CPPSPMD_FORCE_INLINE vint init_lookup4(const uint8_t pTab[16])
1945{
1946 __m128i l = _mm_loadu_si128((const __m128i*)pTab);
1947 return vint{ l };
1948}
1949
1950CPPSPMD_FORCE_INLINE vint table_lookup4_8(const vint& a, const vint& table)
1951{

Callers 2

CPPSPMD_DECLFunction · 0.85
init_reverse_bitsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected