This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via a67b6efe485d07bb94d3b1261e73b5fd0014eefb (commit) from 8d8905c36f17aac7a6af5926009fa7688bf03b6d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a67b6efe485d07bb94d3b1261e73b5fd0014eefb Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Fri May 17 23:34:29 2024 +0200 gcc-4.6: Use 64-bit instead of 64 bit diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html index c96d347f..d1e15af3 100644 --- a/htdocs/gcc-4.6/changes.html +++ b/htdocs/gcc-4.6/changes.html @@ -791,7 +791,7 @@ <li>Several enhancements were committed to improve SIMD code generation for NEON by adding support for widening instructions, misaligned loads and stores, vector conditionals and - support for 64 bit arithmetic.</li> + support for 64-bit arithmetic.</li> <li>Support was added for the Faraday cores fa526, fa606te, fa626te, fmp626te, fmp626 and fa726te and can be used with the @@ -927,7 +927,7 @@ which always generates the VSX memory instructions.</li> <li>The GCC compiler on AIX now defaults to a process layout with a larger data space allowing larger programs to be compiled.</li> - <li>The GCC long double type on AIX 6.1 and above has reverted to 64 bit + <li>The GCC long double type on AIX 6.1 and above has reverted to 64-bit double precision, matching the AIX XL compiler default, because of missing C99 symbols required by the GCC runtime.</li> <li>The default processor scheduling model and tuning for PowerPC64 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-4.6/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs