Re: [PATCH v2 3/3] Aarch64: Add tests for __sqrt and __sqrtf intrinsic

2025-03-16 Thread Ayan Shafqat
Hello Jakub: Thank you very much for your feedback. See additional replies below. On Thu, Mar 13, 2025 at 10:31:44PM +0100, Jakub Jelinek wrote: > On Thu, Mar 13, 2025 at 05:25:26PM -0400, Ayan Shafqat wrote: > > gcc/testsuite/ChangeLog: > > > > * gcc.target/aarch64/acle/acle_sqrt.c: New tes

Re: [PATCH v2 3/3] Aarch64: Add tests for __sqrt and __sqrtf intrinsic

2025-03-13 Thread Jakub Jelinek
On Thu, Mar 13, 2025 at 05:25:26PM -0400, Ayan Shafqat wrote: > This patch introduces acle_sqrt.c in the AArch64 testsuite, verifying > that the new __sqrt and __sqrtf intrinsics emit the expected fsqrt > instructions for double and float arguments. > > Coverage for new intrinsics ensures that __s

[PATCH v2 3/3] Aarch64: Add tests for __sqrt and __sqrtf intrinsic

2025-03-13 Thread Ayan Shafqat
This patch introduces acle_sqrt.c in the AArch64 testsuite, verifying that the new __sqrt and __sqrtf intrinsics emit the expected fsqrt instructions for double and float arguments. Coverage for new intrinsics ensures that __sqrt and __sqrtf are correctly expanded to hardware instructions and do n