X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=NEWS.txt;h=4a1548e6a9ea723edd15c6c033bcaa95da5d9917;hb=b49d42520dbba44d6fc5421b57ea1202ed47252d;hp=b6e803833d4de57f11ee4f5dc5a014237bea90d0;hpb=8746239fcfc5a22458d0f5cbf5cf231e010d9472;p=openpower-isa.git diff --git a/NEWS.txt b/NEWS.txt index b6e80383..4a1548e6 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,18 @@ +Release Notes Version 0.0.3 16 May 2021 +------------- + +Version 0.0.3 adds preliminary pseudo-code and support for some basic +scalar IEEE754 FP operations. Additional Pseudo-code from the v3.0B +Specification (specifically Section A.3 Book I p782) has been extracted +and cleaned up to become executable through compilation into python. +This provides the implementation of "fcfids". + +Additionally. a RADIX MMU implementation has been added plus associated +unit tests, and Load/Store Exceptions are underway: misaligned exceptions +are already generated; RADIX MMU exceptions will be added in a next +release. + + Release Notes Version 0.0.1 23 April 2021 -------------