a9ad37fb28
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.
2 lines
88 B
Makefile
2 lines
88 B
Makefile
# $NetBSD: version.mk,v 1.3 2021/04/16 15:03:42 ryoon Exp $
|
|
GCC10_DIST_VERSION:= 10.3.0
|