nick-dumas

Results 2 issues of nick-dumas

For the types specified in: xsimd_avx_double.hpp, xsimd_sse_float.hpp and xsimd_sse_int32.hpp The SSE method `store_aligned_int32(uint8_t* dst)` (and similar) stores using the function `_mm_storel_epi64`. As this is a batch of 4 values, and...

Modern CMake allows target's properties to be imported recursively. This repository was using a combination of CMake targets and explicit path references, which is undesirable. It now uses targets for...