Browse Source

Fix typo (#2338)

prvious -> previous
tags/20201208
Hollow Man GitHub 5 years ago
parent
commit
37cfc373cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/developer-guide/arm-a53-a55-dual-issue.md

+ 1
- 1
docs/developer-guide/arm-a53-a55-dual-issue.md View File

@@ -19,7 +19,7 @@ fmla v13.4s, v16.4s, v24.s[3]
### practical guide
* use 64bit vector load only
* issue vector load every three fmla
* 1 cycle to load 64bit, dual issue with the prvious interleaved 64bit insert
* 1 cycle to load 64bit, dual issue with the previous interleaved 64bit insert
* load the remaining 64bit into integer register, dual issue with fmla
* update pointer, dual issue with fmla
* insert 64bit into vector from integer register, dual issue with the next interleaved 64bit load


Loading…
Cancel
Save