Skip to content

Commit

Permalink
Enable pulley simd fuzzing
Browse files Browse the repository at this point in the history
Pulley finished its simd implementation in bytecodealliance#9935 so now that fuzzing was
enabled in bytecodealliance#9966 as well be sure to fuzz the simd proposal too.
  • Loading branch information
alexcrichton committed Jan 13, 2025
1 parent 2fa8711 commit 1a75478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fuzzing/src/generators/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ impl WasmtimeConfig {
}

CompilerStrategy::CraneliftPulley => {
config.simd_enabled = false;
config.threads_enabled = false;
}
}
Expand Down

0 comments on commit 1a75478

Please # to comment.