Interesting. Samsung making a bold move here, but one that could make sense.

  • abhibeckert@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    5 months ago

    Is it actually emulation? Macs don’t do that.

    They convert the x86 code into native ARM code, then execute it. Recompiling the software takes a moment, and some CPU instructions don’t have a good equivalent, but for the most part it works very well.

    • Spiralvortexisalie@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 months ago

      MacOS does use the term translations for its Rosetta Layer while Windows Arm uses the term emulation. I do believe the technical difference is that MacOS converts x64 code to arm64 on the fly, while part of the reason for emulation on Windows is to support x86 and other architectures. Someone more knowledgeable than me may be able to better compare the two offerings.