-fno-builtin
serves no clear benefit. It makes GCC call glibc for sqrt, instead of the assembly instruction vsqrt(s|p)(s|d).
-fno-builtin
serves no clear benefit. It makes GCC call glibc for sqrt, instead of the assembly instruction vsqrt(s|p)(s|d).