Skip to content

Commit

Permalink
internal test infra+lint fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623868049
  • Loading branch information
jan-wassenberg authored and copybara-github committed Apr 11, 2024
1 parent 9900c94 commit 3450ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hwy/detect_targets.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3450ad0

Please sign in to comment.