How to convert a hex float to a float in C/C++ using _mm_extract_ps SSE GCC instrinc function

后端 未结 4 1529
暗喜
暗喜 2020-12-11 05:41

I\'m writing a SSE code to 2D convolution but SSE documentation is very sparse. I\'m calculating dot product with _mm_dp_ps and using _mm_extract_ps to get the dot product

4条回答
提交回复
热议问题