more tests
This commit is contained in:
parent
6b15089e24
commit
b582e168e3
6 changed files with 460 additions and 288 deletions
|
|
@ -29,11 +29,10 @@ namespace Crafter {
|
|||
return degrees * (std::numbers::pi / 180);
|
||||
}
|
||||
|
||||
#ifdef __AVX512FP16__
|
||||
#ifdef __x86_64
|
||||
#ifndef __AVX512FP16__
|
||||
export template <std::uint32_t Len, std::uint32_t Packing>
|
||||
using VectorF16L = VectorF16<Len, Packing>;
|
||||
#else
|
||||
export template <std::uint32_t Len, std::uint32_t Packing>
|
||||
using VectorF16L = VectorF32<Len, Packing>;
|
||||
using VectorF16 = VectorF32<Len, Packing>;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue