| 1942 | } |
| 1943 | |
| 1944 | CPPSPMD_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 | |
| 1950 | CPPSPMD_FORCE_INLINE vint table_lookup4_8(const vint& a, const vint& table) |
| 1951 | { |
no outgoing calls
no test coverage detected