QShift·há 6 anos·discussHandmade Hero is one of the best learning resources on SIMD (and, in my opinion, programming in general).Here's the episode where SIMD is properly introduced: https://guide.handmadehero.org/code/day115
QShift·há 8 anos·discussSkimmed through the article and found a small mistake. That means that (*argv)[0] is the first character of the program name and (*argv)[1] is the first character of the first argument. (*argv)[1] is the second character of the program name (in this case), not first character of first argument.
QShift·há 9 anos·discussWell, that's for Linux. We don't exactly know what effects such patches would have on other platforms yet. (do we?)
Here's the episode where SIMD is properly introduced: https://guide.handmadehero.org/code/day115