LibWasm: Remove unused vector methods of the interpreter

This commit is contained in:
Diego Frias
2024-07-23 10:16:32 -07:00
committed by Ali Mohammad Pur
parent 9cc3e7d32d
commit 4e8376d07e
2 changed files with 5 additions and 30 deletions

View File

@@ -65,9 +65,7 @@ protected:
template<size_t M, template<size_t> typename NativeType>
void pop_and_push_m_splat(Configuration&, Instruction const&);
template<typename M, template<typename> typename SetSign, typename VectorType = Native128ByteVectorOf<M, SetSign>>
Optional<VectorType> pop_vector(Configuration&);
template<typename M, template<typename> typename SetSign, typename VectorType = Native128ByteVectorOf<M, SetSign>>
Optional<VectorType> peek_vector(Configuration&);
VectorType pop_vector(Configuration&);
void store_to_memory(Configuration&, Instruction::MemoryArgument const&, ReadonlyBytes data, u32 base);
void call_address(Configuration&, FunctionAddress);