Netlib algorithm reduces overflow while calculating the l2norm of a vector. Translated to asm while reducing branches in NaN and Inf checks. Overflow protection is equivalent to the Netlib standard implementation.
This allows sharing of the blas implementation with floats and opens the possibility of an assembly implementation of this function.