Skip to content
  • Cheng Chen's avatar
    Fix jnt_comp simd function in warp · 8f726212
    Cheng Chen authored
    Change _mm_srl_epi32 to _mm_sra_epi32. The difference is keeping
    sign bits in shifting. Otherwise there are mismatchings between simd and c
    functions, caught by unit tests.
    
    The other change is fix a typo.
    
    Change-Id: I18a9e9e12a661d181e9e904ffc64d802d624a36d
    8f726212