Add basic support for packetmath for BF16 RVV

libeigen/eigen!2093
This commit is contained in:
Chip Kerchner
2025-12-16 14:25:46 -05:00
parent 21e4582d17
commit 4f14da11d9
4 changed files with 946 additions and 185 deletions

View File

@@ -467,6 +467,10 @@ extern "C" {
#endif
#endif
#if defined(__riscv_zvfbfwma)
#define EIGEN_VECTORIZE_RVV10BF16
#endif
#endif // defined(EIGEN_ARCH_RISCV)
#elif (defined __s390x__ && defined __VEC__)