From b72aa5028ebd5ba4b475ec91d100d1d28e836df1 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 24 Jul 2019 18:08:17 -0700 Subject: Fuzz all feature flags, and fix another SignExt issue in the fuzzer (#2259) --- src/tools/fuzzing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index 832fa26ab..68c4d992a 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -1815,7 +1815,7 @@ private: auto op = pick(FeatureOptions() .add(FeatureSet::MVP, ClzInt64, CtzInt64, PopcntInt64) - .add(FeatureSet::Atomics, + .add(FeatureSet::SignExt, ExtendS8Int64, ExtendS16Int64, ExtendS32Int64)); -- cgit v1.2.3