fbarchard

Results 15 issues of fbarchard

:f16_vsqrdiff_test :f16_vsqrdiffc_test But they do exit for f32

Add AVX10.1 detect I tested the basic cpuid in libyuv with this logic: ``` #if defined(_MSC_VER) #include // For __cpuidex() #endif static SAFEBUFFERS int GetCpuFlags(void) { int cpu_info = 0;...

### Is your feature request related to a problem? Please describe This Helium example compiles with armv7 for cortex-m55 https://godbolt.org/z/rGjhjobMn But the window for mca says "The current language or...

request

This change causes a performance regression on arm due to this PR https://github.com/pytorch/cpuinfo/pull/300 src/arm/linux/aarch32-isa.c ==== 152,153d151 < } else if (chipset->vendor == cpuinfo_arm_chipset_vendor_unknown) { < cpuinfo_log_warning("VDOT instructions disabled: unknown chipset");...

cpuinfo detects all cores as ARM Cortex-A520 SoC name: Unknown Microarchitectures: 8x Cortex-A520 Cores: 0: 1 processor (0), ARM Cortex-A520 1: 1 processor (1), ARM Cortex-A520 2: 1 processor (2),...