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)
158
158
ENDIF ()
159
159
160
160
# ---[ 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 )
162
162
163
163
IF (CPUINFO_SUPPORTED_PLATFORM )
164
164
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)$" ))
165
165
LIST (APPEND CPUINFO_SRCS
166
- src/x86/init .c
166
+ src/x86/x86init .c
167
167
src/x86/info.c
168
168
src/x86/vendor.c
169
169
src/x86/uarch.c
170
170
src/x86/name.c
171
- src/x86/topology .c
171
+ src/x86/x86topology .c
172
172
src/x86/isa.c
173
- src/x86/cache/init .c
173
+ src/x86/cache/cacheinit .c
174
174
src/x86/cache/descriptor.c
175
175
src/x86/cache/deterministic.c )
176
176
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