logoalt Hacker News

tyushktoday at 4:51 AM2 repliesview on HN

quack3.exe again in a way. If it's been done for years on GPU shaders, then why not CPU code?


Replies

consptoday at 6:38 AM

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.