[ABI] Renamed a64::Vec::ElementType to a64::VecElementType

This commit is contained in:
kobalicek
2023-12-27 13:04:27 +01:00
parent b4ad286890
commit 5ce45e0356
10 changed files with 131 additions and 147 deletions

View File

@@ -31,14 +31,6 @@ public:
//! \}
//! \name Accessors
//! \{
//! Gets whether the current ARM mode is THUMB (alternative to 32-bit ARM encoding).
ASMJIT_INLINE_NODEBUG bool isInThumbMode() const noexcept { return _environment.isArchThumb(); }
//! \}
//! \name Emit
//! \{