what's the purpose of using media registers that can hold 32 bytes [duplicate]

三世轮回 提交于 2020-12-13 04:55:33

问题


I'm reading a textbook that introduces floating-point architecture based on AVX (for “advanced vector extensions”), below is the pictures of available media registers:

I don't understand why those register needs to be 256-bit (32 bytes), isn't that float data type is 4 bytes and double is 8 bytes, then we can just use normal integer registers suhc as %rdi, %rsi, %r8 etc, those 64-bit registers suffice?

来源:https://stackoverflow.com/questions/63027316/whats-the-purpose-of-using-media-registers-that-can-hold-32-bytes

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