Can XMM registers be used to do any 128 bit integer math? [duplicate]
问题 This question already has an answer here : Is it possible to use SSE and SSE2 to make a 128-bit wide integer? (1 answer) Closed 2 years ago . My impression is definitely not but perhaps there is a clever trick? Thanks. 回答1: Not directly, but there are 64 bit arithmetic operations which can be easily combined to perform 128 bit (or greater) precision. 回答2: The xmm registers can do arithmetics on 8, 16, 32 and 64 bit integers. It doesn't produce a carry flag so you can't extend the precision