formatting changes.
This commit is contained in:
parent
a06fa4b1b5
commit
bb73cb319c
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ inline static void GGML_F32x16_VEC_FMA(const float32x16_t *mvec1, const float32x
|
|||
"vmovaps\t\t64(%%r12),\t%%zmm4\n\t"
|
||||
"vfmadd231ps\t%%zmm3,\t%%zmm4,\t%%zmm0\n\t" // Perform a fused multiply add
|
||||
"2:\n\t" // Label for loop end
|
||||
"vmovaps\t\t%%zmm0,\t(%[RES])\n\t" // save our results.
|
||||
"vmovnraps\t\t%%zmm0,\t(%[RES])\n\t" // save our results.
|
||||
: [RES] "+r" (sumvec)
|
||||
: [ITER] "r" (iterations),
|
||||
[VEC1] "r" (mvec1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue