Comment on Using the most unhinged AVX-512 instruction to make fastest phrase search algoparentComments−suzumer1yAccording to this [1] wikipedia article, the only feature Sapphire Rapids doesn't support is VP2INTERSECT.[1]:https://en.wikipedia.org/wiki/Advanced_Vector_Extensions−nextaccountic1yIt seems that there are faster alternatives to ithttps://arxiv.org/abs/2112.06342https://www.reddit.com/r/asm/comments/110pld0/fasterthannati...−hogwarts20251yOr Zen 5. :-p−janwas1yNote that the article mentions using both outputs of the instruction, whereas the emulation is only able to compute one output efficiently.
Comments
According to this [1] wikipedia article, the only feature Sapphire Rapids doesn't support is VP2INTERSECT.
[1]:https://en.wikipedia.org/wiki/Advanced_Vector_Extensions
It seems that there are faster alternatives to it
https://arxiv.org/abs/2112.06342
https://www.reddit.com/r/asm/comments/110pld0/fasterthannati...
Or Zen 5. :-p
Note that the article mentions using both outputs of the instruction, whereas the emulation is only able to compute one output efficiently.