File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,19 +158,19 @@ IF(CPUINFO_SUPPORTED_PLATFORM AND CPUINFO_BUILD_BENCHMARKS)
158158ENDIF ()
159159
160160# ---[ cpuinfo library
161- SET (CPUINFO_SRCS src/api.c src/cache .c src/maininit .c src/log .c)
161+ SET (CPUINFO_SRCS src/api.c src/cache .c src/init .c src/log .c)
162162
163163IF (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/x86init .c
166+ src/x86/init .c
167167 src/x86/info.c
168168 src/x86/vendor.c
169169 src/x86/uarch.c
170170 src/x86/name .c
171- src/x86/x86topology .c
171+ src/x86/topology .c
172172 src/x86/isa.c
173- src/x86/cache /cacheinit .c
173+ src/x86/cache /init .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.
You can’t perform that action at this time.
0 commit comments