[PATCH] D150646: [clang][X86] Add __cpuidex function to cpuid.h

Mike Hommey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 17 23:23:16 PDT 2023


glandium added a comment.

This is at least one of the spots where it happens: https://searchfox.org/mozilla-central/rev/2ca95198a2a0806de358a0484d96d4354e3cbaab/third_party/highway/hwy/targets.cc#42 (HWY_COMPILER_MSVC is explicitly 0 with clang-cl per https://searchfox.org/mozilla-central/rev/2ca95198a2a0806de358a0484d96d4354e3cbaab/third_party/highway/hwy/detect_compiler_arch.h#36-40)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150646/new/

https://reviews.llvm.org/D150646



More information about the cfe-commits mailing list