Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的印象肯定不是但也许有一个聪明的把戏?谢谢。
不是直接的,但有 64 位算术运算可以轻松组合以执行 128 位(或更高)精度。
xmm 寄存器可以对 8、16、32 和 64 位整数进行算术运算。它不会产生进位标志,因此您不能将精度扩展到 64 位以上。扩展精度数学库使用 32 位或 64 位的通用寄存器,具体取决于操作系统。