From 3450ad00715e1228f38f2eeb2b51588da6361c05 Mon Sep 17 00:00:00 2001 From: Jan Wassenberg Date: Thu, 11 Apr 2024 10:30:44 -0700 Subject: [PATCH] internal test infra+lint fix PiperOrigin-RevId: 623868049 --- hwy/detect_targets.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hwy/detect_targets.h b/hwy/detect_targets.h index 0f28bf30a5..f3571bcf7a 100644 --- a/hwy/detect_targets.h +++ b/hwy/detect_targets.h @@ -505,7 +505,8 @@ #endif // RVV requires intrinsics 0.11 or later, see #1156. -#if HWY_ARCH_RISCV && defined(__riscv_v_intrinsic) && __riscv_v_intrinsic >= 11000 +#if HWY_ARCH_RISCV && defined(__riscv_v_intrinsic) && \ + __riscv_v_intrinsic >= 11000 #define HWY_BASELINE_RVV HWY_RVV #else #define HWY_BASELINE_RVV 0