From 1a754786bfd7c75721607ee2c184d1849f1bbb81 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 13 Jan 2025 11:24:50 -0800 Subject: [PATCH] Enable pulley simd fuzzing Pulley finished its simd implementation in #9935 so now that fuzzing was enabled in #9966 as well be sure to fuzz the simd proposal too. --- crates/fuzzing/src/generators/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/fuzzing/src/generators/config.rs b/crates/fuzzing/src/generators/config.rs index 4a0c46cc4f0f..7b90000c8834 100644 --- a/crates/fuzzing/src/generators/config.rs +++ b/crates/fuzzing/src/generators/config.rs @@ -587,7 +587,6 @@ impl WasmtimeConfig { } CompilerStrategy::CraneliftPulley => { - config.simd_enabled = false; config.threads_enabled = false; } }