(no commit message)
authorlkcl <lkcl@web>
Fri, 17 Nov 2023 14:56:37 +0000 (14:56 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 17 Nov 2023 14:56:37 +0000 (14:56 +0000)
openpower/sv/cookbook/fortran_maxloc.mdwn

index 883b199797a9ffdd96c4d52455fd828ba558a3b1..089cfaaa1a5fe7d1110aa0648a1d7ac4c8fb99ff 100644 (file)
@@ -25,10 +25,12 @@ 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>
 
 <img src="https://www.intel.com/content/dam/developer/articles/technical/optimizing-maxloc-operation-using-avx-512-vector-instructions/optimizing-maxloc-operation-using-avx-512-vector-instructions-code2.png
 " alt="NLnet foundation logo" width="100%" />
+
+[[!tag svp64_cookbook ]]
+
+