projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2250b
)
(no commit message)
author
shriya
<shriya@web>
Fri, 17 Nov 2023 14:44:26 +0000
(14:44 +0000)
committer
IkiWiki
<ikiwiki.info>
Fri, 17 Nov 2023 14:44:26 +0000
(14:44 +0000)
openpower/sv/cookbook/fortran_maxloc.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/cookbook/fortran_maxloc.mdwn
b/openpower/sv/cookbook/fortran_maxloc.mdwn
index e71471f294e2e719dcde6dec70ca9ba90efe4227..42eab11e18d4bfad86142911ce67ea29b0dd06ed 100644
(file)
--- a/
openpower/sv/cookbook/fortran_maxloc.mdwn
+++ b/
openpower/sv/cookbook/fortran_maxloc.mdwn
@@
-26,3
+26,6
@@
int m2(int * const restrict a, int n)
```
[[!tag svp64_cookbook ]]
+
+Read:
+<https://www.intel.com/content/www/us/en/developer/articles/technical/optimizing-maxloc-operation-using-avx-512-vector-instructions.html#gs.12t5y0>