1
0
Fork 0

floating point tests

This commit is contained in:
Arthur K. 2025-07-17 19:23:40 +03:00
parent aa81b3ea0b
commit 42d80b66a7
Signed by: wzray
GPG key ID: B97F30FDC4636357
522 changed files with 47737 additions and 235650 deletions

View file

@ -0,0 +1,15 @@
[
{
"arguments": [
"/usr/bin/gcc",
"-c",
"-I../../../labs/floating-point/include",
"-o",
"softfloat",
"main.c"
],
"directory": "/home/wzray/University/CompArch/tools/float/softfloat",
"file": "/home/wzray/University/CompArch/tools/float/softfloat/main.c",
"output": "/home/wzray/University/CompArch/tools/float/softfloat/softfloat"
}
]