From: Luke Kenneth Casson Leighton Date: Sun, 16 May 2021 16:04:18 +0000 (+0100) Subject: add NEWS update X-Git-Tag: 0.0.3~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45358ece680e7fb418e55a2f527a9c0ce2c6e02c;p=openpower-isa.git add NEWS update --- diff --git a/NEWS.txt b/NEWS.txt index b6e80383..55f5830d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,18 @@ +Release Notes Version 0.0.2 16 May 2021 +------------- + +Version 0.0.2 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 -------------