Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (11d)  pkgsrc-2023Q4 (58d)  pkgsrc-2023Q2 (91d)  pkgsrc-2023Q3 (170d) 

2024-05-29 12:51:46 UTC Now

2021-04-16 15:03:43 UTC MAIN commitmail json YAML

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.

(ryoon)