Files
Dave, Harsh fbd45e8eab optimize edge and non-unit stride path with intrinsics ins/c axpyv kernels (#334)
* 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>
2026-03-12 17:20:44 +05:30
..