aboutsummaryrefslogtreecommitdiff
path: root/unit_test/cpu_test.cc
AgeCommit message (Expand)Author
2024-01-10AVX10 cpuid detect addedFrank Barchard
2023-11-18Fix print of a GG_LONGLONG value.Mirko Bonadei
2023-10-05AVX-VNNI detectFrank Barchard
2023-10-04VNNI-INT8 detectFrank Barchard
2023-08-02cpu_test show __riscv_v_intrinsic quals to 11000 (v0.11) or 1000000 (v1.0).Frank Barchard
2023-05-11Bump version and apply clang formatFrank Barchard
2023-04-27cpuid for arm/mips/riscv initialize bufferFrank Barchard
2023-04-06Add riscv cpu info detection.Darren Hsieh
2022-01-31DetilePlane and unittest for NEONFrank Barchard
2022-01-26Remove MMI supportFrank Barchard
2022-01-20Add supports for loongarch LSX and LASX.Hao Chen
2022-01-12VNNI detectFrank Barchard
2021-06-10Update Android.bp to always enable NEONFrank Barchard
2021-05-03Work around for qemu on cpu unittest that loads /proc/cpuinfoFrank Barchard
2021-04-30Make 2 step transitive tests measure 2 step time.Frank Barchard
2020-04-16Add unittest TestLinuxMipsMsaMmi.Shiyou Yin
2019-09-11MMI Optimized functions I422ToARGB for 1080p videoFrank Barchard
2018-07-20libyuv:loongson optimize compare/row/scale/rotate files with mmi.lixia zhang
2018-03-26Add a method to force the CPU flagsJay Civelli
2018-03-10cpu disables for AVX 512 and unittest show decimalFrank Barchard
2017-12-14Remove Mips DSPR2 codeFrank Barchard
2017-12-07Add H010ToARGB for 10 bit YUV to ARGBFrank Barchard
2017-11-09casting for c89 compatibility and lint cleanupFrank Barchard
2017-11-07AVX512 feature detects for cnl and iclFrank Barchard
2017-05-25lint warning fixes for CpuIDFrank Barchard
2017-01-27Rename mips source files to dspr2.Frank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-10-14Add f16c (halffloat) cpuidFrank Barchard
2016-10-12Cast for clang-cl 64 bit build warnings in unittestsFrank Barchard
2016-05-27remove row.h from unittestsFrank Barchard
2016-02-05rename MIPS_DSPR2 to DSPR2 for consistencyFrank Barchard
2015-11-03add command line cpu info to allow android neon testFrank Barchard
2015-11-03remove mips dsp detectFrank Barchard
2015-10-26Add avx512bw detection codeFrank Barchard
2015-10-13break up unittests into categoriesFrank Barchard
2014-09-22Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux.fbarchard@google.com
2014-09-08expect avx2 compiler support means one of the avx2 functions exists.fbarchard@google.com
2014-09-04Add a test that indicates the compiler is able to generate avx2 code.fbarchard@google.com
2014-03-07unittest first checks if files exists for neon detection.fbarchard@google.com
2013-10-21Fix AVX2 detect and a performance stall for gcc/clang.fbarchard@google.com
2013-09-16FMA3 version of Polynomialfbarchard@google.com
2013-03-28ERMSfbarchard@google.com
2013-03-26movbe remove - not useful so far.fbarchard@google.com
2013-01-28Replace two spaces with one after .fbarchard@google.com
2013-01-08movbe instruction detectfbarchard@google.com
2012-10-14mips version of SplitUV for nv12/21fbarchard@google.com
2012-10-11Add convert_from_argb.h for all conversion functions from ARGB to something e...fbarchard@google.com
2012-09-27Add exports to allow libyuv to be built as a shared lib.fbarchard@google.com
2012-09-25Added CPUID change to detect AVX2.fbarchard@google.com
2012-09-18Disable V210 unittest that fails valgrind, and some warning fixes for android.fbarchard@google.com