• jinbo's avatar
    x86 sse2: small fixes for loongarch · d656b4d7
    jinbo authored
    At present, the instructions like slli/srli on loongarch only
    accept immediate constant values for shit count, so in order
    to avoid compiler errors in the build process, we need to use
    sll/srl version instead. In the feature, if the compiler
    supports the formers, we can restore them.
    d656b4d7
sse2.h 294 KB