add fastmath to bump, add fastmath FP_MAX_BITS runtime check

This commit is contained in:
toddouska
2011-10-04 12:29:59 -07:00
parent 290f94c8ad
commit 340f275a8a
4 changed files with 40 additions and 16 deletions

View File

@@ -50,6 +50,13 @@ word32 CheckRunTimeSettings(void)
}
/* math settings size check */
word32 CheckRunTimeFastMath(void)
{
return FP_SIZE;
}
/* Functions */
void fp_add(fp_int *a, fp_int *b, fp_int *c)