Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-11-08Add Intel Raptor Lake uarch detection (#283)Mykola Hohsadze
2022-11-02S390X Support (#274)marquitos0119
2022-10-26Add REP instructions detection (#282)Mykola Hohsadze
2022-10-25Add X86 movdir detection (#281)Mykola Hohsadze
2022-10-24Add X86 GFNI detectionMykola Hohsdze
2022-10-20add x86/avx512_fp16 detection (#279)damageboy
2022-10-19Add AMD ZEN4 Raphael detection (#277)Mykola Hohsadze
2022-10-19add mobile core flavor (#266)Andrei Kurushin
2022-09-19Replace hardcoded cache type value to enum type for X86 tests (#270)Mykola Hohsadze
2022-09-19Add support for detecting Intel CascadeLake CPUs (#271)William Tambellini
2022-08-18Add cache detection for old AMD processors (#199)Mykola Hohsadze
2022-08-18add amd cato (#267)Andrei Kurushin
2022-08-08add intel goldmont plus (#256)Andrei Kurushin
2022-08-05add amd piledriver 0x10 model (#255)Andrei Kurushin
2022-08-05add CometLake model 166Andrew Kurushin
2022-08-05Replace hardcode values to constantsMykola Hohsdze
2022-08-04Add AVX_VNNIMykola Hohsdze
2022-08-04add LakefieldAndrew Kurushin
2022-08-04add intel Tremont microarchAndrew Kurushin
2022-07-28test enum macro consistency (#257)Andrei Kurushin
2022-07-28Add detection LZCNT (#254)Mykola Hohsadze
2022-07-25remove internal FillX86BrandString usage (#258)Andrei Kurushin
2022-07-21add comet lake unit test #248 (#250)Andrei Kurushin
2022-07-21add windows ssse3,sse4_1,sse4_2 detection for non avx path (#251)Andrei Kurushin
2022-06-17Add AMD ZEN 4 uarch and update detection (#243)Mykola Hohsadze
2022-06-01Added some MIPS features. (#241)michael-roe
2022-04-27Update AArch64 features to Linux 5.17. (#237)Tamas Zsoldos
2022-02-22replace sse3 detection with pni when reading /proc/cpuinfo (#225)jmfriedt
2022-02-01Fix a getauxval comment and expand the Krait idiv workaround (#206)Ryan Prichard
2022-01-31Fix list_cpu_features.exe does not detect SSE42 on Xeon X5650 (Windows) (#220)Mykola Hohsadze
2022-01-14[x86] Embed brand_string and mark FillX86BrandString as deprecated (#214)Guillaume Chatelet
2021-10-29Update uarch detection for Intel processors (#184)Nikolay Hohsadze
2021-10-28New code layout - breaking change in cpu_features_macros.h (#194)Guillaume Chatelet
2021-10-20Fixes wrong cache detection of old processors (#183)Guillaume Chatelet
2021-10-20[NFC] encapsulate fake cpu instance in x86 testGuillaume Chatelet
2021-10-18Add cache info for new AMD CPUs (0x8000001D) (#171)Nikolay Hohsadze
2021-10-18Add separator to CpuFeatures_StringView_HasWord (#174)Guillaume Chatelet
2021-07-02Add support for FreeBSD on x86 (#163)Guillaume Chatelet
2021-06-30CPU features for AMD (#165)Nikolay Hohsadze
2021-06-30Avoid leaking internal headers for ppc (#164)Guillaume Chatelet
2021-05-21Detect Intel's Multi-Precision Add-Carry Instruction Extensions (#157)Kris Kwiatkowski
2020-12-15Update AArch64 features to Linux 5.10 (#149)Tamas Zsoldos
2020-10-12[NFC] Generate separate tables via macro (#137)Guillaume Chatelet
2020-10-12[NFC] Update copyright from Google Inc. to Google LLCGuillaume Chatelet
2020-10-09Remove need for utsname (#136)Guillaume Chatelet
2020-10-09Fix SSE detection on non-AVX CPUs (#135)Guillaume Chatelet
2020-09-23[NFC] clang-format codebase (#134)Guillaume Chatelet
2020-09-21detect future Intel AVX/AMX features (#124)Jeff Hammond
2020-09-21Update features for AArch64 to Linux 5.8 (#122)Tamas Zsoldos
2020-09-21Add more test cases for the string view (#119)Henry Lee