mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Fix probable Integer Overflow in TPSV
* Fix Integer Overflow in TPSV - Operations like (*n - 1) * *incx and *n * (*n + 1) which use bla_integer might overflow. Hence it was replaced with dim_t variables. * Fixed Indentation issue in bla_tpsc.c file --------- Co-authored-by: Hari Govind S <harigovs@amd.com>
This commit is contained in: