▲ | moregrist 5 days ago | |||||||
I’m not as familiar with the NEON side, but AVX512 support is pretty variable on new processors. Alder Lake omits it entirely. So we’re still in a world where AVX2 is the lowest common denominator for a system library that wants wide support. | ||||||||
▲ | debugnik 5 days ago | parent | next [-] | |||||||
Even that is too high of a requirement if your target user runs low end hardware. Most Intel chips launched between 2017 and 2021 under the Pentium Silver/Gold and Celeron brands lack AVX (the first one, let alone AVX2). | ||||||||
▲ | jonstewart 5 days ago | parent | prev | next [-] | |||||||
Not so much in AWS, though I’m unsure of other cloud providers. For desktop systems, sure. | ||||||||
▲ | teo_zero 5 days ago | parent | prev [-] | |||||||
How strange! I was about to add a comment that I would probably stick to SSE2 or something like that to be sure my code suits as large an audience as possible, including CPUs from more than 10 years ago, ARM, etc. Case in point: I've been very disappointed lately when I wanted to try Ghostty on my laptop and the binary compiled for Debian failed to run due to an invalid instruction. I don't want to force the same experience to others. | ||||||||
|