aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2023-01-19 15:13:43 -0500
committerJeff Johnston <jjohnstn@redhat.com>2023-01-19 15:14:44 -0500
commit8af65b8c143bf5959ffd98dd52c76ab9a7388843 (patch)
tree3f6b2f3b736a56979f295f6e2e4347ae7132ea8e
parenta7be7d8b75159c86d4f0268530a7a5b64f4f40df (diff)
downloadnewlib-8af65b8c143bf5959ffd98dd52c76ab9a7388843.zip
newlib-8af65b8c143bf5959ffd98dd52c76ab9a7388843.tar.gz
newlib-8af65b8c143bf5959ffd98dd52c76ab9a7388843.tar.bz2
Add amdgcn vectorized math routines to NEWS
-rw-r--r--newlib/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 4bac682..9aa8292 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -12,6 +12,7 @@
- add 64-bit powerpc setjmp/longjmp support
- use global stdio streams for all configurations
- use global atexit data for all configurations
+- vectorized math routines added for amdgcn platform
*** Major changes in newlib version 4.2.0: