[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 21:05:27 PDT 2023
glandium added a comment.
This causes errors like:
/builds/worker/fetches/clang/lib/clang/17/include/cpuid.h(331,22): error: definition of builtin function '__cpuidex'
static __inline void __cpuidex (int __cpu_info[4], int __leaf, int __subleaf)
^
1 error generated.
when building Firefox.
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