Why does AVX512-IFMA support only 52-bit ints?

只谈情不闲聊 提交于 2019-12-10 15:17:39

问题


From the value we can infer that it uses the same components as double-precision floating-point hardware. But double has 53 bits of mantissa, so why is AVX512-IFMA limited to 52 bits?


回答1:


IEEE-754 double precision actually only has 52 explicitly stored bits, the 53rd bit (the most significant bit) is an implicit 1.



来源:https://stackoverflow.com/questions/28862012/why-does-avx512-ifma-support-only-52-bit-ints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!