minor improvements
[skip ci]
This commit is contained in:
parent
ac4687d88d
commit
28ecdd5d12
@ -392,7 +392,7 @@ int main(int argc, char **argv)
|
||||
nop++;
|
||||
}
|
||||
else {
|
||||
printf("failed %10.3fms", (double)(delta)/1000);
|
||||
printf("failed (%s) %10.3fms", error_to_string(x), (double)(delta)/1000);
|
||||
fail++;
|
||||
}
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
* this and so it's treated as an error and you have to comment out the
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user