| 1948 | } |
| 1949 | |
| 1950 | CPPSPMD_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 | |
| 1955 | CPPSPMD_FORCE_INLINE void init_lookup5(const uint8_t pTab[32], vint& table_0, vint& table_1) |
| 1956 | { |
no test coverage detected