fully operational F16
This commit is contained in:
parent
a6bf3ca572
commit
7bd67a2cb9
4 changed files with 944 additions and 1172 deletions
20
project.json
20
project.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "crafter-match",
|
||||
"name": "crafter-math",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "base",
|
||||
|
|
@ -20,16 +20,24 @@
|
|||
"type":"library",
|
||||
"dependencies": []
|
||||
},
|
||||
{
|
||||
"name": "lib-shared",
|
||||
"extends": ["base"],
|
||||
"type":"shared-library",
|
||||
"dependencies": []
|
||||
},
|
||||
{
|
||||
"name": "lib-debug",
|
||||
"extends": ["lib"],
|
||||
"debug": true
|
||||
},
|
||||
}
|
||||
],
|
||||
"tests":[
|
||||
{
|
||||
"name": "test",
|
||||
"implementations": ["interfaces/main"],
|
||||
"extends": ["base"],
|
||||
"debug": true
|
||||
"name": "F16x86",
|
||||
"implementations": ["tests/VectorF16"],
|
||||
"march": "sapphirerapids",
|
||||
"extends": ["lib-shared"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue