Merge branch 'master' into master

This commit is contained in:
telephone001.mdl
2023-12-14 14:19:22 -06:00
committed by GitHub
6 changed files with 83 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ glmm_fnmadd(float32x4_t a, float32x4_t b, float32x4_t c) {
static inline
float32x4_t
glmm_fmsub(float32x4_t a, float32x4_t b, float32x4_t c) {
return glmm_fmadd(vnegq_f32(c), a, b);
return glmm_fmadd(a, b, vnegq_f32(c));
}
static inline