mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-15 07:51:43 +08:00
Merge pull request #5513 from yuyichao/arm-fix
More arm compilation fix
This commit is contained in:
@@ -227,10 +227,10 @@ static inline void strmm_direct_alpha_sme1_2VLx2VL(uint64_t m, uint64_t k, uint6
|
||||
}
|
||||
|
||||
#else
|
||||
void strmm_direct_sme1_preprocess(uint64_t nbr, uint64_t nbc,
|
||||
const float *restrict a, float *restrict a_mod) {}
|
||||
void strmm_direct_alpha_sme1_2VLx2VL(uint64_t m, uint64_t k, uint64_t n, const float* alpha,\
|
||||
const float *ba, float *restrict bb){}
|
||||
static void strmm_direct_sme1_preprocess(uint64_t nbr, uint64_t nbc,
|
||||
const float *restrict a, float *restrict a_mod) {}
|
||||
static void strmm_direct_alpha_sme1_2VLx2VL(uint64_t m, uint64_t k, uint64_t n, const float* alpha,\
|
||||
const float *ba, float *restrict bb){}
|
||||
#endif
|
||||
|
||||
void CNAME (BLASLONG M, BLASLONG N, float alpha, float * __restrict A,\
|
||||
|
||||
Reference in New Issue
Block a user