Path to this page:
Subject: CVS commit: pkgsrc/lang
From: Ryo ONODERA
Date: 2021-04-16 17:03:43
Message id: 20210416150343.2330AFA95@cvs.NetBSD.org
Log Message:
gcc10, gcc10-libs: Update to 10.3.0
Changelog:
* Bugfixes.
Target Specific Changes
AArch64
A bug with the Random Number intrinsics in the arm_acle.h header
that resulted in an incorrect status result being returned has
been fixed.
GCC now supports the Fujitsu A64FX. The associated -mcpu and
-mtune options are -mcpu=a64fx and -mtune=a64fx respectively.
In particular, -mcpu=a64fx generates code for Armv8.2-A with
SVE and tunes the code for the A64FX. This includes tuning the
SVE code, although by default the code is still length-agnostic
and so works for all SVE implementations. Adding -msve-vector-bits=512
makes the code specific to 512-bit SVE.
Files: