aboutsummaryrefslogtreecommitdiff
path: root/riscv/v_ext_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/v_ext_macros.h')
-rw-r--r--riscv/v_ext_macros.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/riscv/v_ext_macros.h b/riscv/v_ext_macros.h
index e00b0c0..8b0d0fd 100644
--- a/riscv/v_ext_macros.h
+++ b/riscv/v_ext_macros.h
@@ -64,11 +64,6 @@ static inline bool is_overlapped_widen(const int astart, int asize,
}
}
-static inline bool is_aligned(const unsigned val, const unsigned pos)
-{
- return pos ? (val & (pos - 1)) == 0 : true;
-}
-
#define VI_NARROW_CHECK_COMMON \
require_vector(true); \
require(P.VU.vflmul <= 4); \