From 45358ece680e7fb418e55a2f527a9c0ce2c6e02c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 16 May 2021 17:04:18 +0100 Subject: [PATCH] add NEWS update --- NEWS.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ------------- -- 2.30.2