From 8af65b8c143bf5959ffd98dd52c76ab9a7388843 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 19 Jan 2023 15:13:43 -0500 Subject: [PATCH] Add amdgcn vectorized math routines to NEWS --- newlib/NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/NEWS b/newlib/NEWS index 4bac682f5..9aa82920d 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: