pt_linux_arm64 compiled with armv9 flags

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pvaris
    Newbie
    • May 2025
    • 1

    #1

    pt_linux_arm64 compiled with armv9 flags

    Is there a plan to have a v9 Arm architecture optimized version of pt_linux_arm64 ?
  • David (PassMark)
    Administrator
    • Jan 2003
    • 11099

    #2
    We are working on a major new release of PerformanceTest at the moment.

    As we do for the x86 release, we'll be targeting an older platform for the bulk of the code (for compatibility), but then optimizing small pieces of the code to use new instruction sets. Typically writing bits of the code by hand in assembly for AMX, AVX, SSE, NEON, etc...

    Was there any instruction set changes in particular that you think is worth looking at for ARM9?

    Comment

    Working...