X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=rwilbur.mdwn;h=639e01546c9e04fc03adb39947fa6b0e99588517;hb=e29f193de14dd2be5b0c816d9071e892a79a0ead;hp=5dc5583a0eb49999ee79125d5f4ec1bc0cfbe53c;hpb=8670d8e4b6a94e98068448fff6829ac95e25d2ce;p=libreriscv.git diff --git a/rwilbur.mdwn b/rwilbur.mdwn index 5dc5583a0..639e01546 100644 --- a/rwilbur.mdwn +++ b/rwilbur.mdwn @@ -4,12 +4,18 @@ Libre enthusiast, mathematician, physicist, electrical engineer, and computer sc # Status -## Working on ... +## Currently -### Working on the [[multiplication|/3d_gpu/architecture/dynamic_simd/mul]] wiki page to document ideas for multiplication algorithms and implementation. +Working on the following efforts: -### Working on [Bug 602 - low performance bare minimum functionality SIMD emulator required][bug 602] pulling pseudocode out of documentation to make a VSX implementation in software. +* Multiplication -##### First section: pp. 246 to 252, vector pack/unpack +Working on the [[multiplication|/3d_gpu/architecture/dynamic_simd/mul]] wiki page to document ideas for multiplication algorithms and implementation. + +* Bug 602 + +Working on [Bug 602 - low performance bare minimum functionality SIMD emulator required][bug 602] pulling pseudocode out of documentation to make a VSX implementation in software. Based on the ISA spec. v3.0B: + +1. pp. 246 to 252, vector pack/unpack (Looks like section 6.8 "Vector Permute and Formatting Instructions", subsection 6.8.1 "Vector Pack and Unpack Instructions" actually appears on pages labeled 248-254 which are actually pages 266-272) [bug 602]: https://bugs.libre-soc.org/show_bug.cgi?id=602