Hacker News new | ask | show | jobs
by tyushk 78 days ago
quack3.exe again in a way. If it's been done for years on GPU shaders, then why not CPU code?
1 comments

While highly specific optimisations might give you a tiny bit of advantage, the main boost here is vector code which would work on any processor supporting the instructions. They could have looked at the vendor bits and use those to flag for optimization in any cpu but they didn't and limited it to a small subset of programs and cpus. It tingles the "PR above all else must have highest score" sense.