On 11/25/2016 10:34 AM, Nikunj A Dadhania wrote:
+ return int128_rshift(b->s128, index) & \ + MAKE_64BIT_MASK(0, size); \
Please test compilation with i686-linux. You need a call to int128_getlo to extract the low 64-bit integer.
r~
On 11/25/2016 10:34 AM, Nikunj A Dadhania wrote:
+ return int128_rshift(b->s128, index) & \ + MAKE_64BIT_MASK(0, size); \
Please test compilation with i686-linux. You need a call to int128_getlo to extract the low 64-bit integer.
r~