Why does _mm_extract_ps return an int instead of a float?
_mm_extract_ps
int
float
What\'s the proper way to read a single float from an X
Try _mm_storeu_ps, or any of the variations of SSE store operations.