From 46ce31f67c3be595692db1d5bd3367b18d5f66b7 Mon Sep 17 00:00:00 2001 From: Martyn Capewell Date: Wed, 23 Sep 2020 15:54:38 +0100 Subject: [PATCH] Add email address for bug reporting Provide an email contact address in the README for bug reports. Change-Id: Iad9e8c2f135758da12597ab18fc8ea8d72006174 --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f15d3b41..57e94b7d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Contents: * Licence * Requirements * Known limitations + * Bug reports * Usage @@ -63,8 +64,8 @@ Note that in Ubuntu 18.04, clang-tidy-4.0 will only work if the clang-4.0 package is also installed. -Known Limitations for AArch64 code generation -============================================= +Known Limitations +================= VIXL was developed for JavaScript engines so a number of features from A64 were deemed unnecessary: @@ -83,11 +84,6 @@ builds and mostly works for 32-bit x86 platforms, there are a number of floating-point operations which do not work correctly, and a number of tests fail as a result. -VIXL may not build using Clang 3.7, due to a compiler warning. A workaround is -to disable conversion of warnings to errors, or to delete the offending -`return` statement reported and rebuild. This problem will be fixed in the next -release. - Debug Builds ------------ @@ -162,6 +158,13 @@ instructions precisely, because, subject to the limitations described above, it offers an additional layer of protection against logic bugs in instruction selection. +Bug reports +=========== + +Bug reports may be sent to vixl@arm.com. Please provide any steps required to +recreate a bug, along with build environment and host system information. + + Usage =====