llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.65k stars 11.84k forks source link

Missing Arm ACLE intrinsics for Armv8.5-A FP rounding #47173

Closed pbarrio closed 3 years ago

pbarrio commented 4 years ago
Bugzilla Link 47829
Resolution FIXED
Resolved on Mar 16, 2021 08:51
Version trunk
OS All
CC @DavidSpickett,@efriedma-quic,@zygoloid

Extended Description

Clang is missing intrinsics support for FRINT: vrnd32z, vrnd64z, vrnd32x, vrnd64x.

See https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics.

llvmbot commented 3 years ago

It is fixed with https://reviews.llvm.org/D98269

https://reviews.llvm.org/D97949 for vector one.

llvmbot commented 3 years ago

It is fixed with https://reviews.llvm.org/D98269