minor improvements

[skip ci]
This commit is contained in:
Steffen Jaeckel 2017-08-07 16:33:38 +02:00
parent ac4687d88d
commit 28ecdd5d12
2 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ int main(int argc, char **argv)
nop++; nop++;
} }
else { else {
printf("failed %10.3fms", (double)(delta)/1000); printf("failed (%s) %10.3fms", error_to_string(x), (double)(delta)/1000);
fail++; fail++;
} }
} }

View File

@ -29,7 +29,7 @@
* this and so it's treated as an error and you have to comment out the * this and so it's treated as an error and you have to comment out the
* following statement :) * following statement :)
*/ */
#error EXT_MATH_LIB is required to be defined #error One of USE_LTM, USE_TFM, USE_GMP and EXT_MATH_LIB is required to be defined
#endif #endif
#endif #endif