Skip to content

Commit 48a5942

Browse files
authored
Merge pull request #284 from 1480c1/xcode
2 parents b728a23 + a8d118c commit 48a5942

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,19 +158,19 @@ IF(CPUINFO_SUPPORTED_PLATFORM AND CPUINFO_BUILD_BENCHMARKS)
158158
ENDIF()
159159

160160
# ---[ cpuinfo library
161-
SET(CPUINFO_SRCS src/api.c src/cache.c src/init.c src/log.c)
161+
SET(CPUINFO_SRCS src/api.c src/cache.c src/maininit.c src/log.c)
162162

163163
IF(CPUINFO_SUPPORTED_PLATFORM)
164164
IF(NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten" AND (CPUINFO_TARGET_PROCESSOR MATCHES "^(i[3-6]86|AMD64|x86(_64)?)$" OR IOS_ARCH MATCHES "^(i386|x86_64)$"))
165165
LIST(APPEND CPUINFO_SRCS
166-
src/x86/init.c
166+
src/x86/x86init.c
167167
src/x86/info.c
168168
src/x86/vendor.c
169169
src/x86/uarch.c
170170
src/x86/name.c
171-
src/x86/topology.c
171+
src/x86/x86topology.c
172172
src/x86/isa.c
173-
src/x86/cache/init.c
173+
src/x86/cache/cacheinit.c
174174
src/x86/cache/descriptor.c
175175
src/x86/cache/deterministic.c)
176176
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)