[clang] [CIR] add vsqrt and vsqrtq support (PR #192282)

via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 02:30:48 PDT 2026


================
@@ -1230,6 +1230,13 @@ float64x2_t test_vmaxnmq_f64(float64x2_t v1, float64x2_t v2) {
  return vmaxnmq_f64(v1, v2);
 }
 
+//===----------------------------------------------------------------------===//
+// 2.1.1.11. Square root
+// https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#square-root
+//===----------------------------------------------------------------------===//
----------------
xiongzile wrote:

Move this to neno/vsqrt.c

https://github.com/llvm/llvm-project/pull/192282


More information about the cfe-commits mailing list