aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorarmvixl <vixl@arm.com>2014-03-21 14:03:59 +0000
committerarmvixl <vixl@arm.com>2014-03-21 14:03:59 +0000
commitb0c8ae2a5f0abc58f67322052d39bfd47edb2892 (patch)
tree22b8a38324194dd6d51d92f060da3e3b174f11b4 /doc
parentf37fdc0b307fc66239b8b754b0465d36bc0f8aed (diff)
VIXL Release 1.3
Refer to the README.md and LICENCE files for details.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index 09491e4e..2475e553 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,6 +1,14 @@
VIXL Change Log
===============
+* 1.3
+ + Address inaccuracies in the simulated floating point instructions.
+ + Implement Default-NaN floating point mode.
+ + Introduce `UseScratchRegisterScope` for controlling the use of temporary
+ registers.
+ + Enable building VIXL on 32-bit hosts.
+ + Other small bug fixes and improvements.
+
* 1.2
+ Added support for `fmadd`, `fnmadd`, `fnmsub`, `fminnm`, `fmaxnm`,
`frinta`, `fcvtau` and `fcvtas`.