Elektrine lite

← Feed

@mia@shrimptest.0x0.st

Post #2662685

2026-05-18 09:52 UTC

GCC is very good at auto-vectorizing code if only you allow it and the benefits are very real (distros: please consider using -march=x86_64-v3 by default)

Replies (1)

  • @mia@shrimptest.0x0.st 2026-05-18 10:05

    if you want to support older hardware: glibc has a hwcaps feature, which allows the dynamic linker to pick an appropriate version if more than one is available

    Open ##2662684