* @brief Calculates the inverse and square root ($1/\sqrt{x}$) of a vector using intrinsics and a Newton iteration to obtain the correct level of accuracy.
* @brief Calculates the inverse and square root ($1/\sqrt{x}$) of a vector
* using intrinsics and a Newton iteration to obtain the correct level of