)]}'
{
  "commit": "46fbc42c10b39bfd4ed6c3a90749080fb18103c9",
  "tree": "7d955069fc53c993aba0f8c9c356c0ceab08ea95",
  "parents": [
    "6882af581bbbdd073c946eae4fd21bc037ff39cf"
  ],
  "author": {
    "name": "fbarchard",
    "email": "fbarchard@google.com",
    "time": "Thu Jul 23 13:18:51 2026 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Jul 23 16:18:51 2026 -0400"
  },
  "message": "Rename ARM FP8 inline helpers to NEON naming conventions (#426)\n\nRename cpuinfo_has_arm_f8dot and cpuinfo_has_arm_f8mm to\ncpuinfo_has_arm_neon_f8dot4 and cpuinfo_has_arm_neon_f8mm.\n\nARM type support refers to scalar ARM, not NEON. FP8 scalar conversions\nare checked via cpuinfo_has_arm_fp8, while the dot product and matrix\nmultiplication instructions are NEON/SIMD.\n\nDetails:\n- Add backward compatibility macros:\n  #define cpuinfo_has_arm_f8dot cpuinfo_has_arm_neon_f8dot4\n  #define cpuinfo_has_arm_f8mm cpuinfo_has_arm_neon_f8mm\n- Rename inline helpers to cpuinfo_has_arm_neon_f8dot4 and cpuinfo_has_arm_neon_f8mm\n- Update callers in tools/isa-info.c\n- Add test coverage in test/mock/pixel-8.cc\n\nFixes https://github.com/pytorch/cpuinfo/issues/427",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ed053305798b9a2240126217153a5923be4d31e5",
      "old_mode": 33188,
      "old_path": "include/cpuinfo.h",
      "new_id": "e52db90ac1fec1576e31ee9a5ce91e491d7aeddb",
      "new_mode": 33188,
      "new_path": "include/cpuinfo.h"
    },
    {
      "type": "modify",
      "old_id": "b04a98b1ad01300a0dcf04977da1195b1b7ac6b3",
      "old_mode": 33188,
      "old_path": "test/mock/pixel-8.cc",
      "new_id": "6ee5bab92ef9b17b0c25c63e4d8ace8148164890",
      "new_mode": 33188,
      "new_path": "test/mock/pixel-8.cc"
    },
    {
      "type": "modify",
      "old_id": "0cc21463019c09520aa3e1a881499a708a257b79",
      "old_mode": 33188,
      "old_path": "tools/isa-info.c",
      "new_id": "50f3017160ba1214be6d4d4bc0694b9f3e80c0e3",
      "new_mode": 33188,
      "new_path": "tools/isa-info.c"
    }
  ]
}
