From: Luke Kenneth Casson Leighton Date: Wed, 15 Nov 2023 14:44:38 +0000 (+0000) Subject: add intro text on maxloc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c2250bc9ab24ddb6bf7eb307d33e6a0a91cefd1;p=libreriscv.git add intro text on maxloc --- diff --git a/openpower/sv/cookbook/fortran_maxloc.mdwn b/openpower/sv/cookbook/fortran_maxloc.mdwn index bd7d8260c..e71471f29 100644 --- a/openpower/sv/cookbook/fortran_maxloc.mdwn +++ b/openpower/sv/cookbook/fortran_maxloc.mdwn @@ -1,3 +1,8 @@ +# Fortran MAXLOC SVP64 demo + +MAXLOC is a notoriously difficult function for SIMD to cope with. +SVP64 however has similar capabilities to Z80 CPIR and LDIR + ```