Add truffle SVE implementation

Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
This commit is contained in:
Yoan Picchi
2023-12-07 14:29:29 +00:00
parent 17fb9f41f6
commit 8e5abfebf0
5 changed files with 314 additions and 14 deletions

View File

@@ -138,7 +138,7 @@ struct BaseVector<64>
static constexpr u16 previous_size = 32;
};
// 128 bit implementation
// 256 bit implementation
template <>
struct BaseVector<32>
{