mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Cleanup
This commit is contained in:
parent
1ce46e5fcd
commit
f909f7d315
2 changed files with 7 additions and 5 deletions
|
@ -131,6 +131,7 @@ void genMulTests(uint16_t *e, uint16_t *f, int sgn, char *testName, char *desc,
|
|||
|
||||
int main()
|
||||
{
|
||||
if (system("mkdir -p work") != 0) exit(1); // create work directory if it doesn't exist
|
||||
softfloatInit(); // configure softfloat modes
|
||||
|
||||
// Test cases: multiplication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue