removed duplicate from last week
[libreriscv.git] / meetings / sync_up / sync_up_2024-01-16.mdwn
index 9067626c83589a420989251460cf923a5ce7f30d..e46cdc7713a8e8e6ab4b7c1dc37431113dc517a2 100644 (file)
@@ -146,34 +146,8 @@ Announcement on
 
 # Jacob
 
-- so, not a whole lot of news from me, i fixed a
-extra-parenthesis-in-a-wrong-spot bug for dmitry and fixed a bug
-luke left, but didn't actually make any coding progress beyond
-that.
-
-During call, walked with Sadoon through assembler:
-
-```
-summary: discussing how to best split into sub-word chunks
-for poly1305
-> tbh dsrd isn't better than other shifts here
-It did help with taking the shift remainders and stitching them together which shortened the code quite a bit
-Also considering doing sv.dsrd instead of two dsrd's since we already use setvl=2 here
-> sv.dsrd is 8 bytes, just like 2x dsrd 
-But it's a good demo of setvl anyways
-> yeah, being a good demo doesn't mean there isn't a better demo 
-The better demo is the mul/adds ðŸ˜ƒ
-> try using a different register than r0, the simulator may be treating that like (RA|0) and just using r0 in both iterations... 
-```
-
-# Sadoon
-
-* Working through Poly1305 assembler.
-* Poly1305, [bug #1157](https://bugs.libre-soc.org/show_bug.cgi?id=1157)
-* Learned to use `dsrd`, done in first half of poly1305_blocks. Had issues with using `sv.dsrd` but it's kind of working now, will use it.
-* TODO: Make comments on bug #1157.
-
-* After that, work with the team on presentations as well as my own
+- suggested that presentations should be submitted much closer to fosdem (few days), since 2 weeks is too early. I will not be ready by 2 weeks before.
+- (didn't actually get around to during meeting:) not a whole lot, will start working on presentation, helped resolve issue with luke & dmitry, fixed some bugs for dmitry.
 
 [[!tag meeting2024]]
 [[!tag meeting_sync_up]]