Re: [PATCH v3 05/23] aarch64: Add ACLE __chkfeat intrinsic

2024-11-13 Thread Richard Sandiford
Yury Khrustalev writes: > Note that compared to __builtin_aarch64_chkfeat (x) the ACLE __chkfeat(x) > flips the bits to be more intuitive (xor the input to output). > > gcc/ChangeLog: > * config/aarch64/arm_acle.h (__chkfeat): New. > --- > gcc/config/aarch64/arm_acle.h | 13 + >

[PATCH v3 05/23] aarch64: Add ACLE __chkfeat intrinsic

2024-11-08 Thread Yury Khrustalev
Note that compared to __builtin_aarch64_chkfeat (x) the ACLE __chkfeat(x) flips the bits to be more intuitive (xor the input to output). gcc/ChangeLog: * config/aarch64/arm_acle.h (__chkfeat): New. --- gcc/config/aarch64/arm_acle.h | 13 + 1 file changed, 13 insertions(+) dif