tfv: update to v004

This commit is contained in:
Vince Weaver 2017-12-01 16:02:21 -05:00
parent d86a962432
commit af84003bcc
2 changed files with 2 additions and 2 deletions

View File

@ -749,7 +749,7 @@ int fixed_mul(int x_i,int x_f,
int sm2b,sm4b,sm6b;//,sm8b;
int _AA,_BB,_CC;//,_DD;
int _aa,_bb,_cc,_dd;
int /* _aa,*/ _bb,_cc,_dd;
if (!table_ready) init_table();
@ -1009,7 +1009,7 @@ int main(int argc, char **argv) {
int a_i,b_i,c_i;
int a_f,b_f,c_f;
short x,y;
// short x,y;
int l,k,i,j;
printf("Some tests\n");

Binary file not shown.