Adding notes after meeting
[libreriscv.git] / meetings / sync_up / sync_up_2023-11-21.mdwn
index 32e25039c7422e7cb2bf0975f1ad7a2f333e0177..cdbfb04cd6fc0e7db6060b6af79dbf32fa1b83da 100644 (file)
@@ -5,7 +5,11 @@
 
 # Sadoon
 
--
+- Learning SVP64 from Luke, setvl (Horizontal-First), svindex.
+- Luke suggested to look at Chacha20 example for Vertical-First
+(but not required).
+- Look at Luke's examples on Poly1305 bugreport
+
 
 # Jacob
 
 [commit diff](https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=d9544764b1710f3807a9c0685d150a665f70b9a2)
   - Solution checked by Luke and Andrey, pushed to master.
 
+## Shriya
+
+- Working on popcount and LD/ST shifted, maxloc example.
+- Ask for others to check for syntax, etc.
+
+## Luke
+
+- Working on Maxloc assembler example, run into same issue as Jacob,
+where scalar src/dest but need loop to continue.
+- So this feature is pretty important and needs to be added
+to the SVP64 spec
+- Luke fixed issue with precedence order of shifted operation
+in pseudo-code.
+
+## David
+
+- Prioritise keeping to Nlnet grant deadlines, **absolute priority**.
 
 # Andrey