Skip to content

Commit

Permalink
RVV: drop rvv-071 support (Tencent#4094)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelastlin committed Jul 29, 2022
1 parent 552ed9e commit 03e0422
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/layer/riscv/instancenorm_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
#include <math.h>

#if __riscv_vector
#ifdef RVV_SPEC_0_7
#include "riscv_v_071_fix.h"
#else
#include <riscv_vector.h>
#endif
#endif // __riscv_vector

#include "riscv_usability.h"
Expand Down

0 comments on commit 03e0422

Please sign in to comment.