From db00d5c2c9c02b42f73790dfc7e85c1e8f63cc45 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 12 Feb 2026 00:02:13 +0100 Subject: [PATCH] Fix SGEMM returning wrong results in multithreading on NeoverseV2 --- param.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/param.h b/param.h index 8112e8915a..e8a80dbac5 100644 --- a/param.h +++ b/param.h @@ -3662,6 +3662,8 @@ is a big desktop or server with abundant cache rather than a phone or embedded d #elif defined(NEOVERSEN2) || defined(NEOVERSEV2) +#define GEMM_DIVIDE_LIMIT 3 + #if defined(XDOUBLE) || defined(DOUBLE) #define SWITCH_RATIO 8 #else