bug 1244: add assembler and python maxloc listing to slides
[libreriscv.git] / conferences / fosdem2024 / fosdem2024_ddffirst / maxloc.py
index 031ffc33d27ee751e89e905fa6f95eb0fc5d1533..e596151f876043e1ebc956e80f9b2d06e44b0e2b 100644 (file)
@@ -1,4 +1,3 @@
-
 m,nm,i,n = 0,0,0,len(a)
 while (i<n):
   while (i<n and a[i]<=m): i += 1