Landing: 0a27a52771ed
Project / Subsystem
gcc / gcc/aarch64
Date
2025-12-11
Author
Artemiy Volkov
Commit
0a27a52771edd1a59b5e342a9e732f81b5395176
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/aarch64
- patch_id
- —
- commit_hash
- 0a27a52771edd1a59b5e342a9e732f81b5395176
- source_type
- github
- headline
- AArch64: Implement FRINT32/64 SVE instructions
- tldr
- GCC now supports FRINT32X/Z and FRINT64X/Z instructions in SVE2.2 and SME2.2, which round floating-point numbers to 32-bit or 64-bit integers.
- author
- Artemiy Volkov
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • aarch64
- • sve
- • sme
- • intrinsics
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2025-12-11T00:00:00.000Z
GCC now supports FRINT32X/Z and FRINT64X/Z instructions in SVE2.2 and SME2.2, which round floating-point numbers to 32-bit or 64-bit integers. The new intrinsics and RTL patterns have been implemented, along with a standard set of ASM tests.