• JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 hours ago

    I finally had to replace mine because my CPU was, I think, x64 v2, but at least two games needed the v3 instruction set.

    • historicaldocuments@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      RHEL9 and forward require v3, and the numpy in pip as of a few versions back uses either v2 or v3 instructions, so v1 is silently broke for certain workloads. FreeBSD works on it just fine as do Debian based distributions as long as you don’t need recent versions of numpy, but there’s no telling what else out there just tries to run and fails with an illegal instruction.