added updated version of simdmathlibrary-1.0.1

This commit is contained in:
ejcoumans
2007-07-27 18:53:58 +00:00
parent fddd6c5721
commit f360dd27d6
377 changed files with 9928 additions and 6136 deletions

View File

@@ -81,13 +81,13 @@ int main()
double x5max = hide_double(1.0e-323);
double x6min = norm_max;
double x6max = hide_double(1.0/0.0);
double x6max = hide_double(HUGE_VAL);
double x7min = hide_double(-1.0/0.0);
double x7min = hide_double(-HUGE_VAL);
double x7max = hide_double(19355.03);
double x8min = hide_double(-1.0/0.0);
double x8max = hide_double(1.0/0.0);
double x8min = hide_double(-HUGE_VAL);
double x8max = hide_double(HUGE_VAL);
double x9min = denorm_max;
double x9max = norm_min;