Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/
26c4eb65d1b60005d6556e432f4a8989efc5b6e6
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5787
https://github.com/OpenMathLib/OpenBLAS/issues/5810
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2026-05-16
This should fix i386 test failures such as this one:
https://buildd.debian.org/status/fetch.php?pkg=openblas&arch=i386&ver=0.3.33%2Bds-1&stamp=
1777066182&raw=0
Last-Update: 2026-05-16
Gbp-Pq: Name trsm-barcelona.patch
#endif
#endif
+
+
+//end of the ifndef CBLAS ... else ... section
#endif
+ if ((args.m == 0) || (args.n == 0)) return;
IDEBUG_START;
FUNCTION_PROFILE_START();