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

A friend of mine found a bug in memmove over Christmas. Rust would have caught it (signed/unsigned issue), but the bug was in sse2 assembler so would still exist if they allowed optimised ask in the rust version.



The path to stabilizing explicit simd intrinsics for rust should make many of those kinds of errors easier to catch with rusts casting requirements.




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

Search: