]> git.sesse.net Git - plocate/history - turbopfor.h
Move exception shifting to later; allows us to get it into SSE2.
[plocate] / turbopfor.h
2020-10-07 Steinar H. GundersonMove exception shifting to later; allows us to get...
2020-10-07 Steinar H. GundersonUnroll and specialize decode_bitmap_sse2().
2020-10-07 Steinar H. GundersonFix undefined behavior when bit_width == 32.
2020-10-06 Steinar H. GundersonMove SSE2 bit reader functionality out into a class.
2020-10-06 Steinar H. GundersonFuse delta decoding into the decoding loops where appro...
2020-10-06 Steinar H. GundersonConvert the SSE2 delta decoder state into a class.
2020-10-05 Steinar H. GundersonAdd SSE2 versions of the _interleaved codecs.
2020-10-05 Steinar H. GundersonSmall refactoring to reduce code duplication.
2020-10-05 Steinar H. GundersonSpeed up delta-decoding, giving us 50% (!) speed boost...
2020-10-05 Steinar H. GundersonSupport decoding the SIMD interleaved TurboPFor formats.
2020-10-04 Steinar H. GundersonStart reimplementing the TurboPFor decoding functions.