• voxel@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    8 months ago

    arm IS more efficient on the instruction level (faster conditions directly in the instructions, better prediction, it’s overall more efficient)
    even armv4 is technically more efficient thrn modern x86, assuming identical node size

    • echo64@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      8 months ago

      oh yeah and x86 has a billion extensions that requires multiple arm instructions to execute. but non of this matters as none of the arm or x86 chipsets actually execute arm or x86 machine code, it’s all transformed (sorry i can’t use the word compile here people get mad) into processor specific microcode making the whole thing moot

      • Superb@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        8 months ago

        You don’t understand what microcode is, it’s not a magic spell that can hide all problems of an instruction set.