mirror of
https://github.com/amd/blis.git
synced 2026-06-29 02:37:05 +00:00
* optimize edge and non-unit stride path with intrinsics ins/c axpyv kernels - Updated the edge and non-unit stride path in c/saxpy to use intrinsics. - This ensures that the edge and non-unit stride cases maintain numerical consistency with the optimized Zen assembly/intrinsic path. --------- Co-authored-by: harsdave <harsdave@amd.com>