mirror of
https://github.com/amd/blis.git
synced 2026-06-29 18:57:23 +00:00
- Current implementation uses macros to expand the code at compile time, but this is causing some false warning in GCC12 and 14. - Added switch case in trsm right variants for n_remainder. - This ensures that n_rem is compile time constant, therefore warnings related to array subscript out of bounds are fixed. - mtune=znver3 flag is causing compilation issue in GCC 9.1, therefore this flag is removed. - Remaned the file bli_trsm_small to bli_trsm_small_zen5 in order to avoid possibily of missing symbols. AMD-Internal: [CPUPL-6199] Change-Id: Ib8e90196ce0a41d38c2b29226df5ab6c2d8ba996