Skip to content

Commit fb6ead8

Browse files
authored
[FP16] Disable float 16 fuzzing for now. (#6822)
1 parent dc87572 commit fb6ead8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/fuzz_opt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ def is_git_repo():
294294

295295

296296
INITIAL_CONTENTS_IGNORE = [
297+
# Float16 is still experimental.
298+
'f16.wast',
297299
# not all relaxed SIMD instructions are implemented in the interpreter
298300
'relaxed-simd.wast',
299301
# TODO: fuzzer and interpreter support for strings

0 commit comments

Comments
 (0)