• ferret@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      8
      ·
      15 days ago

      A lot of software people use on desktop is proprietary and not source available. There is also no guarantee open source stuff is portable.

      • barsoap@lemm.ee
        link
        fedilink
        English
        arrow-up
        6
        ·
        15 days ago

        Most FLOSS stuff will compile without issue. Practically all the portability issues got sorted out when x86_64 became a thing, stuff gets regularly build for arm32 and arm64, and basically all inline assembly has alternative generic code paths which actually won’t be that bad because it’s way easier for compilers to output good vector code than it is to output good SIMD code, less room for hand-optimisation.

        Once the kernel and drivers are up and running you’re good to go because the vast, vast, vast majority of code doesn’t care a bit about what CPU it is running on.