Re: [PATCH v2 2/2] aarch64: Add support for AdvSIMD lut

2024-12-02 Thread Richard Sandiford
writes: > The AArch64 FEAT_LUT extension is optional from Armv9.2-a and mandatory > from Armv9.5-a. It introduces instructions for lookup table reads with > bit indices. > > This patch adds support for AdvSIMD lut intrinsics. The intrinsics for > this extension are implemented as the following bui

[PATCH v2 2/2] aarch64: Add support for AdvSIMD lut

2024-11-26 Thread saurabh.jha
The AArch64 FEAT_LUT extension is optional from Armv9.2-a and mandatory from Armv9.5-a. It introduces instructions for lookup table reads with bit indices. This patch adds support for AdvSIMD lut intrinsics. The intrinsics for this extension are implemented as the following builtin functions: * v