Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Why would C be the requirement for “really fast things”? It doesn’t even have any support for SIMD instructions other than going inline assembly.


Using intrinsics is much more sensible option than dropping to inline asm. Each CPU with SIMD or any kind of specialised instructions provides an intrinsics library for C.


Which, correct me if I'm wrong, is also a compiler extension.




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

Search: