F16 and F32
This commit is contained in:
parent
1544e92391
commit
07910a81c3
6 changed files with 898 additions and 7 deletions
|
|
@ -5,6 +5,10 @@ import std;
|
|||
using namespace Crafter;
|
||||
|
||||
int main() {
|
||||
_Float16 test[] {0,1,2,3,0,1,2,3};
|
||||
VectorF16L<4,1,2> vec(test);
|
||||
VectorF16L<4,1,2> vec2(test);
|
||||
std::println("{}", vec+vec2);
|
||||
// std::random_device rd;
|
||||
// std::mt19937 gen(rd());
|
||||
// std::uniform_real_distribution<float> dist(0, 100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue