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

Function table_lookup4_8

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

Source from the content-addressed store, hash-verified

1948}
1949
1950CPPSPMD_FORCE_INLINE vint table_lookup4_8(const vint& a, const vint& table)
1951{
1952 return vint{ shuffle_epi8(table.m_value, a.m_value) };
1953}
1954
1955CPPSPMD_FORCE_INLINE void init_lookup5(const uint8_t pTab[32], vint& table_0, vint& table_1)
1956{

Callers 2

CPPSPMD_DECLFunction · 0.85
reverse_bitsMethod · 0.85

Calls 1

shuffle_epi8Function · 0.85

Tested by

no test coverage detected