diff options
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r-- | src/tools/fuzzing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index 36cf1fb42..d735e48c9 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -2465,6 +2465,7 @@ private: if (type != Type::v128) { return makeSIMDExtract(type); } + // TODO: Add SIMDLoadStoreLane once it is generally available switch (upTo(7)) { case 0: return makeUnary(Type::v128); |