From 32871ee579bfbd4828f7888550897f619fdfd9d7 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Thu, 19 Jun 2025 17:42:53 +0800 Subject: Attempt to replace __cpuid, on arm64 using cpuinfo This commit is for getting rid of the compile error for now, we don't know yet if this will work correctly or not. --- indra/cmake/cpuinfo.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 indra/cmake/cpuinfo.cmake (limited to 'indra/cmake') diff --git a/indra/cmake/cpuinfo.cmake b/indra/cmake/cpuinfo.cmake new file mode 100644 index 0000000000..10fcab8e40 --- /dev/null +++ b/indra/cmake/cpuinfo.cmake @@ -0,0 +1,5 @@ +include(Prebuilt) + +add_library( ll::cpuinfo INTERFACE IMPORTED ) + +use_system_binary(cpuinfo) -- cgit v1.2.3