mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
fix undefined prefetchsize
This commit is contained in:
@@ -131,6 +131,10 @@
|
||||
|
||||
#define alpha f27
|
||||
|
||||
#if defined(PPC440)
|
||||
#define PREFETCHSIZE_A (3 * 4)
|
||||
#endif
|
||||
|
||||
#if defined(PPCG4)
|
||||
#define PREFETCHSIZE_A (3 * 4)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user