added multiplication

This commit is contained in:
2017-07-29 17:11:24 -04:00
parent 76fcdbeb16
commit 428360db07
4 changed files with 50 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ silly silly_zeros();
silly silly_add(silly, silly);
silly silly_sub(silly, silly);
silly silly_mul(silly, silly);
//silly silly_from_8(float8_t);
//silly silly_from_16(float16_t);