mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-01-18 17:31:19 +01:00
Fix bug introduced in !2030
libeigen/eigen!2079 Co-authored-by: Rasmus Munk Larsen <rmlarsen@google.com>
This commit is contained in:
committed by
Chip Kerchner
parent
49623d0c4e
commit
a6630c53c1
@@ -428,7 +428,7 @@ extern "C" {
|
||||
#error "Eigen requires a fixed SVE lector length but EIGEN_ARM64_SVE_VL is not set."
|
||||
#endif
|
||||
|
||||
#elif defined(EIGEN_ARCH_RISCV)
|
||||
#elif EIGEN_ARCH_RISCV
|
||||
|
||||
#if defined(__riscv_zfh)
|
||||
#define EIGEN_HAS_BUILTIN_FLOAT16
|
||||
|
||||
Reference in New Issue
Block a user