pytorch / cpuinfo

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

support cortex* in CMakeLists.txt #115

Closed Modiug closed 1 year ago

Modiug commented 1 year ago

My cross compile environment sets CMAKE_SYSTEM_PROCESSOR as cortex5t2hf-vfp-... This makes cmake complain with "not supported".

Could cortex* be added? Or alternatively could a mechanism be added to overwrite the value of CMAKE_SYSTEM_PROCESSOR?

Maratyszcza commented 1 year ago

No, we don't plan to support exotic environments.