|
From: Petar J. <pe...@so...> - 2017-10-27 22:43:06
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=bf87528d109b4687f03ed0bcf3aa86127353be13 commit bf87528d109b4687f03ed0bcf3aa86127353be13 Author: Petar Jovanovic <mip...@gm...> Date: Sat Oct 28 00:39:16 2017 +0200 mips: update NEWS about MIPS MSA support Spread the word about MIPS MSA support. Related BZ issue - #382563. Diff: --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 3bb9ba2..3fca968 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,7 @@ support for X86/macOS 10.13, AMD64/macOS 10.13. * ================== PLATFORM CHANGES ================= * Preliminary support for macOS 10.13 has been added. +* mips: support for MIPS SIMD architecture (MSA) has been added. * ==================== TOOL CHANGES ==================== @@ -52,6 +53,7 @@ where XXXXXX is the bug number as listed below. 382256 gz compiler flag test doesn't work for gold 382407 vg_perf needs "--terse" command line option 382515 "Assertion 'di->have_dinfo' failed." on wine's dlls/mscoree/tests/mscoree.c +382563 MIPS MSA ASE support 382998 xml-socket doesn't work 383275 massif valgrind: m_xarray.c:162 (ensureSpaceXA): Assertion '!xa->arr' failed 384096 Mention AddrCheck at Memcheck's command line option --undef-value-errors=no |