Benchmark BLAS-1 Euclidean Norm Routines.
Compare the new hybrid version with 
the norm2 intrinsic function available from Fortran 2008 -- using REAL/AIMAG
Benchmarking only single precision routines
Benchmarking both real and complex routines
Benchmarking both execution times and accuracy
Data vector option used:  hybrid, simple loop overflow signals, all values in low range
Random sign given to each element
 
Relative Error Range/Machine Eps. for snrm2 of Remark
      Size    Samples       Min       Max       Avg
        10    5000000       -2.        1.     0.4433E-01
       100     500000       -1.        1.     0.2215E-01
      1000      50000       -1.        1.     0.8034E-01
     10000       5000        0.        0.     0.0000E+00
    100000        500       -1.        0.     0.2000E-02
 
Relative Error Range/Machine Eps. for snrm2Other
      Size    Samples       Min       Max       Avg
        10    5000000        0.        0.     0.0000E+00
       100     500000        0.        0.     0.0000E+00
      1000      50000        0.        0.     0.0000E+00
     10000       5000        0.        0.     0.0000E+00
    100000        500        0.        0.     0.0000E+00
 
Time per Call in Milliseconds for snrm2
      Size    Samples   Remark Time  Other Time  Remark/Other  Other/Remark
        10    5000000     0.0009       0.0000        34.53         0.03
       100     500000     0.0022       0.0002        13.14         0.08
      1000      50000     0.0154       0.0016         9.62         0.10
     10000       5000     0.1466       0.0159         9.23         0.11
    100000        500     1.4593       0.1646         8.86         0.11
 
Relative Error Range/Machine Eps. for scnrm2 of Remark
      Size    Samples       Min       Max       Avg
        10    5000000       -1.        1.     0.3355E-01
       100     500000       -1.        1.     0.2455E-01
      1000      50000       -1.        1.     0.1314E-01
     10000       5000       -1.        1.     0.3860E-01
    100000        500        0.        0.     0.0000E+00
 
Relative Error Range/Machine Eps. for scnrm2Other
      Size    Samples       Min       Max       Avg
        10    5000000        0.        0.     0.0000E+00
       100     500000        0.        0.     0.0000E+00
      1000      50000        0.        0.     0.0000E+00
     10000       5000        0.        0.     0.0000E+00
    100000        500        0.        0.     0.0000E+00
 
Time per Call in Milliseconds for scnrm2
      Size    Samples   Remark Time  Other Time  Remark/Other  Other/Remark
        10    5000000     0.0011       0.0001         9.01         0.11
       100     500000     0.0032       0.0006         5.67         0.18
      1000      50000     0.0247       0.0050         4.90         0.20
     10000       5000     0.2392       0.0532         4.49         0.22
    100000        500     2.3849       0.5930         4.02         0.25
