Hacker News new | past | comments | ask | show | jobs | submit login

That is not quite true. You don't need to use GCC __builtin functions for this. GCC supports SSE1 intrinsics like _mm_rsqrt_ss exactly same as MSVC - it is declared in xmmintrin.h header. Just include it and _mm_rsqrt_ss/ps will be available for you in gcc and msvc.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: