From 37cfc373cb0df5dd9715ef5ef32910fb78da4c77 Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Sat, 21 Nov 2020 07:27:19 +0800 Subject: [PATCH] Fix typo (#2338) prvious -> previous --- docs/developer-guide/arm-a53-a55-dual-issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/arm-a53-a55-dual-issue.md b/docs/developer-guide/arm-a53-a55-dual-issue.md index b5da97e72..7344747a8 100644 --- a/docs/developer-guide/arm-a53-a55-dual-issue.md +++ b/docs/developer-guide/arm-a53-a55-dual-issue.md @@ -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