]> rtime.felk.cvut.cz Git - opencv.git/blobdiff - opencv/3rdparty/lapack/slamch.c
possibly improved SVD convergence in the case of SSE2-based floating-point arithmetic...
[opencv.git] / opencv / 3rdparty / lapack / slamch.c
index 39d1ef2bf0b8d16fc8ee552878b3466dc2948740..1eab1f19f381e6cd45eb6fbbded4bbda9a4528c6 100644 (file)
@@ -56,7 +56,7 @@ doublereal slamc3_(real *a, real *b)
 doublereal
 slamch_(char *cmach) {
     char ch = cmach[0];
-    float eps=FLT_EPSILON*0.5f, sfmin, small;
+    float eps=FLT_EPSILON, sfmin, small;
 
     if ('B' == ch || 'b' == ch) {
         return FLT_RADIX;