Skip to content

Commit

Permalink
Fix preexisting wat test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 22, 2023
1 parent 4253698 commit 9b412a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cranelift/filetests/src/test_wasm/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,10 @@ impl<'a> FuncEnvironment for FuncEnv<'a> {
self.config.target.contains("x86_64")
}

fn use_x86_pmaddubsw_for_dot(&self) -> bool {
self.config.target.contains("x86_64")
}

fn translate_call_ref(
&mut self,
_builder: &mut cranelift_frontend::FunctionBuilder<'_>,
Expand Down

0 comments on commit 9b412a6

Please sign in to comment.