Announcement

Collapse
No announcement yet.

Linux 6.10 x86 Instruction Decoder Prepares For APX & Other New Intel Instructions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux 6.10 x86 Instruction Decoder Prepares For APX & Other New Intel Instructions

    Phoronix: Linux 6.10 x86 Instruction Decoder Prepares For APX & Other New Intel Instructions

    The performance events updates were submitted today for the ongoing Linux 6.10 kernel merge window. This pull adds support for Advanced Performance Extensions (APX) and other new Intel CPU instructions to the x86 instruction decoder...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Has anyone heard (or have a very well-reasoned conjecture on) what CPU will be first to implement APX? I'd bet it's not before Panther Lake (2025). Perhaps Lunar Lake (Q4 2024?), but I think that might be a stretch.

    Definitely excited for it, though. It's going to have a much bigger impact on everyday desktop & server computing workloads than yet-another-round of AVX-type instructions.

    Comment


    • #3
      Any hopes AMD is going to implement APX too?

      Comment


      • #4
        Originally posted by timofonic View Post
        Any hopes AMD is going to implement APX too?
        AMD is always on Intel's ass.

        Comment


        • #5
          Originally posted by timofonic View Post
          Any hopes AMD is going to implement APX too?
          No doubt, but when. intel would've disclosed the development to them as late as possible for competitive advantage, so maybe not even in zen6. Designs are in the pipe for years.

          Comment


          • #6
            Originally posted by geerge View Post

            No doubt, but when. intel would've disclosed the development to them as late as possible for competitive advantage, so maybe not even in zen6. Designs are in the pipe for years.
            Wouldn't microcode update be enough to implement it? If not, what's so special behind it?

            Comment


            • #7
              Originally posted by timofonic View Post

              Wouldn't microcode update be enough to implement it? If not, what's so special behind it?
              No, a microcode update won't work. This is an architecture change. It adds new registers and they are in a different format.

              Comment


              • #8
                Modern processors use register files, so if there are enough spare registers, it might be possible to implement a subset of APX through a microcode update. However, a full-featured, maximally efficient implementation certainly needs a micro-architecture specifically designed with APX changes in mind, indeed.

                Comment


                • #9
                  Originally posted by geerge View Post
                  intel would've disclosed the development to them as late as possible for competitive advantage, so maybe not even in zen6. Designs are in the pipe for years.
                  I do think you could probably stuff APX support into a CPU that's already pretty far along in its development cycle, assuming the changes can be primarily constrained to the instruction decoders.​

                  Originally posted by debrouxl View Post
                  Modern processors use register files, so if there are enough spare registers, it might be possible to implement a subset of APX through a microcode update.
                  No, from what little I've gleaned about microcode and instruction decoders, it's not feasible to retrofit this in a CPU that totally wasn't designed for it. As you point out, even if you could, it wouldn't be terribly efficient.

                  A much better way to retrofit older CPUs would be just to trap the REX2 prefix and use a JIT translator to execute the code at near-native speed.
                  Last edited by coder; 18 May 2024, 03:22 PM.

                  Comment


                  • #10
                    Originally posted by coder View Post
                    Has anyone heard (or have a very well-reasoned conjecture on) what CPU will be first to implement APX? I'd bet it's not before Panther Lake (2025). Perhaps Lunar Lake (Q4 2024?), but I think that might be a stretch.

                    Definitely excited for it, though. It's going to have a much bigger impact on everyday desktop & server computing workloads than yet-another-round of AVX-type instructions.
                    It will likely land in Xeon CPUs first, as it's primary purpose is for compiling/recompiling code on the new hardware, to make it run more efficiently on the older hardware that is already in use in enterprise and consumer markets. After that, who knows.

                    Comment

                    Working...
                    X