Changeset 1953 for trunk/lib/idisa_cpp/idisa_sse4_2.cpp
- Timestamp:
- Mar 3, 2012, 1:37:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/idisa_cpp/idisa_sse4_2.cpp
r1924 r1953 2672 2672 template <> template <uint64_t pos> IDISA_ALWAYS_INLINE uint64_t mvmd128<32>::extract(bitblock128_t arg1) 2673 2673 { 2674 return ( reinterpret_cast<uint64_t>(((4294967296ULL)-1))&_mm_extract_epi32(arg1, (int32_t)(pos)));2674 return (((uint64_t)(((4294967296ULL)-1)))&_mm_extract_epi32(arg1, (int32_t)(pos))); 2675 2675 } 2676 2676
Note: See TracChangeset
for help on using the changeset viewer.