pytorch / cpuinfo

CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
BSD 2-Clause "Simplified" License
992 stars 311 forks source link

[Question] does support iOS arm64e? #83

Closed leleliu008 closed 1 year ago

leleliu008 commented 2 years ago

Hi there, when building this library for iPhoneOS/arm64e, I got following message:

CMake Warning at CMakeLists.txt:69 (MESSAGE):
  Target processor architecture "arm64e" is not supported in cpuinfo.
  cpuinfo will compile, but cpuinfo_initialize() will always fail.

I wanna know this library really do not support iPhoneOS/arm64e? Thanks.

Maratyszcza commented 1 year ago

Should be fixed in #147