…In Geekbench 6.5 single-core, the X2 Elite Extreme posts a score of 4,080, edging out Apple’s M4 (3,872) and leaving AMD’s Ryzen AI 9 HX 370 (2,881) and Intel’s Core Ultra 9 288V (2,919) far behind…

…The multi-core story is even more dramatic. With a Geekbench 6.5 multi-core score of 23,491, the X2 Elite Extreme nearly doubles the Intel Core Ultra 9 185H (11,386) and comfortably outpaces Apple’s M4 (15,146) and AMD’s Ryzen AI 9 370 (15,443)…

…This isn’t just a speed play — Qualcomm is betting that its ARM-based design can deliver desktop-class performance at mobile-class power draw, enabling thin, fanless designs or ultra-light laptops with battery life measured in days, not hours.

One of the more intriguing aspects of the Snapdragon X2 Elite Extreme is its memory‑in‑package design, a departure from the off‑package RAM used in other X2 Elite variants. Qualcomm is using a System‑in‑Package (SiP) approach here, integrating the RAM directly alongside the CPU, GPU, and NPU on the same substrate.

This proximity slashes latency and boosts bandwidth — up to 228 GB/s compared to 152 GB/s on the off‑package models — while also enabling a unified memory architecture similar in concept to Apple’s M‑series chips, where CPU and GPU share the same pool for faster, more efficient data access…

… the company notes the “first half” of 2026 for the new Snapdragon X2 Elite and Snapdragon X2 Elite Extreme…

      • Siru@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        6
        ·
        18 hours ago

        Absolutely ture, your comment being? I think they were simply referencing the fact that there is a lot more software out there that can be made to semi easily run on linux/unix based systems.

        • Snot Flickerman@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          7
          ·
          edit-2
          18 hours ago

          Also while Linux is not the same as UNIX, interacting with them is much more similar than, say, interacting with Windows. They use a lot of the same conventions and managing macOS can be a lot like managing Linux if you want it to be.

          • silasmariner@programming.dev
            link
            fedilink
            English
            arrow-up
            3
            ·
            16 hours ago

            As long as you don’t try to use sed or grep. Literally the only reason I learned perl was because of the flag incompatibilities between macos Unix and Linux utils.

            • galaxy_nova@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              15 hours ago

              Yeah true, but if you use macOS expecting Linux that doesn’t make any sense. Then it’d just be Linux with a different DE lol. Hopefully doesn’t come across as snarky but pointing these differences out always seems rather pointless to me, they do exist but I mean yeah it’s not the same os.

              • silasmariner@programming.dev
                link
                fedilink
                English
                arrow-up
                2
                ·
                6 hours ago

                Yeah I guess, but it’s still annoying to have identically named tools that do the same job but aren’t compatible. Or, like, base64 -d on macos can gobble the last char of output. So then you have to homebrew coreutils or something, but it just means that stuff that you feel should work compatibly out-of-the-box doesn’t, and writing *nix scripts without perl is just a pita.

                I forget what my point here is.

          • woelkchen@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            16 hours ago

            Also while Linux is not the same as UNIX, interacting with them is much more similar than, say, interacting with Windows.

            If you use only GUI, the underlying system philosophy is practically irrelevant.

            If you use CLI, you can literally use the same distribution within WSL as you use on a Linux computer. I like using openSUSE’s zypper in WSL more than I like brew on macOS.