Since AArch64 has sqrt instructions, we want to use those instead of calls to vector math routines for llvm sqrt intrinsics (since those don't imply some of the constraints that libm calls might have) so we just remove the mappings.
Code originally written by @mgabka
Given the simplicity of the tests I doubt you need these extra arguments.