summaryrefslogtreecommitdiff
path: root/devel/cpu_features/patches/patch-include_cpu__features__macros.h
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13cpu_features: update to 0.7.0tnn1-3/+3
API Change [x86] Embed brand_string and mark FillX86BrandString as deprecated New code layout - breaking change in cpu_features_macros.h New features / Enhancements [cmake] Use of CMAKE_POSITION_INDEPENDENT_CODE instead of BUILD_PIC Add support for ZHAOXIN CPU Fix a getauxval comment and expand the Krait idiv workaround Update AArch64 features to Linux 5.10 Detect Zen 3 (K19) cpus Detect AVX512 on Darwin use GetDarwinSysCtlByName("hw.optional.avx512f") Detect Intel's Multi-Precision Add-Carry Instruction Extensions CPU features for AMD Update uarch detection for Intel processors Add cache info for new AMD CPUs (0x8000001D) [NFC] Add bazel support to cpu_features Add support for FreeBSD on x86 [cmake] cmake: use CTest default
2020-12-14devel/cpu_features: import cpu_features-0.6.0tnn1-0/+17
A cross-platform C library to retrieve CPU features (such as available instructions) at runtime.