F16 and F32
This commit is contained in:
parent
1544e92391
commit
07910a81c3
6 changed files with 898 additions and 7 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"interfaces/Crafter.Math-MatrixRowMajor",
|
||||
"interfaces/Crafter.Math",
|
||||
"interfaces/Crafter.Math-Intersection",
|
||||
"interfaces/Crafter.Math-VectorF16"
|
||||
"interfaces/Crafter.Math-VectorF16",
|
||||
"interfaces/Crafter.Math-VectorF32"
|
||||
],
|
||||
"implementations": []
|
||||
},
|
||||
|
|
@ -28,7 +29,8 @@
|
|||
"name": "test",
|
||||
"implementations": ["interfaces/main"],
|
||||
"extends": ["base"],
|
||||
"debug": false
|
||||
"debug": true,
|
||||
"march": "raptorlake"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue