John Platts

Results 67 comments of John Platts

I have added new HWY_AVX10_2 and HWY_AVX10_2_512 targets in pull request #2395.

@jan-wassenberg I removed the separate HWY_AVX10_2_512 target and renamed HWY_AVX10_2_512 to just HWY_AVX10_2 in pull request #2563. I have also made some changes in pull request #2563 to ensure that...

> C compiler for the host machine: cc (gcc 8.5.0 "cc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)") > C++ compiler for the host machine: c++ (gcc 8.5.0 "c++ (GCC) 8.5.0...

> Thanks for the report. Usually we have workarounds for when the compiler is known to be too old. [@johnplatts](https://github.com/johnplatts) , what do you think of adding a HWY_BROKEN_Z14 to...

Need to build Google Highway with `-DHWY_COMPILE_ONLY_EMU128=1` as none of the PowerPC-based Macs support VSX and as POWER8 CPU's became available almost 8 years after the discontinuation of the Power...

@andreas-schwab and @jan-wassenberg, the issue was that Clang 20 and later on RISC-V define `__riscv_v_intrinsic`, even when the "V" extension is not enabled. I have implemented a fix in pull...

> That's how it is supposed to be, see the RISC-V Vector C Intrinsic Specification: > > Chapter 2. Test macro The __riscv_v_intrinsic macro is the C macro to test...

The IsProcessorFeaturePresent function can be used on Windows on ARM64 to check for the presence of the AArch64 Crypto and DotProd instructions, and the IsProcessorFeaturePresent function is described at https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent....

> > Hi, currently there are no plans. If it is helpful for numpy we can consider it. One difficulty is that our internal support for MSVC is lacking. We'd...

@lirp and @jan-wassenberg There are some cases (especially for functions that aren't simply wrappers around a single intrinsic) where I need to be able to debug functions in `hwy/ops/*-inl.h` with...