aboutsummaryrefslogtreecommitdiff
path: root/src/x86/mach/init.c
AgeCommit message (Expand)Author
2020-03-16Update cpuinfo based on cpuinfo.patch in XNNPACKandroid-r-preview-4android-r-preview-3android-r-preview-2Miao Wang
2020-01-21Upstream the cpuinfo updates in XNNPACK/third_party/cpuinfo.patch. Author: Th...Ashkan Aliabadi
2018-12-09Move top-level headers to src/cpuinfo directoryMarat Dukhan
2018-03-24Report fatal error and abort if any cpuinfo_get_* function is called before i...Marat Dukhan
2018-03-18Expose core clusters on x86Marat Dukhan
2018-03-18Fix bug in initialization of processor->cache pointers on MachMarat Dukhan
2018-03-11Prepend package name with vendor nameMarat Dukhan
2018-02-20Fix uninitialized memory bug on macOSMarat Dukhan
2017-10-18Fix typo in initialization on Mac/x86Marat Dukhan
2017-10-13Fix division by zero bug on MacMarat Dukhan
2017-09-26Fix compilation for x86/MachMarat Dukhan
2017-09-25Refactor Mach/x86 version for the new interfaceMarat Dukhan
2017-09-22Refactor CPU name detection on x86/x86-64Marat Dukhan
2017-09-22Properly release memory if initialization fails on Mach/x86Marat Dukhan
2017-09-22Create topology objects on Mach/x86Marat Dukhan
2017-08-25Rename thread_start/thread_count -> processor_start/processor_countMarat Dukhan
2017-03-04Fix compilation on MacMarat Dukhan
2017-03-04Working x86-64 + Linux versionMarat Dukhan
2017-03-03Working x86-64 + MacOS versionMarat Dukhan