| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 8b583abca19808e4e656e6dba03c47e5654ce3ed..fdbd13de6e0105f650ea5a15ee67564b6899dc91 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -194,7 +194,8 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| V(harmony_destructuring, "harmony destructuring") \
|
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
|
| V(harmony_atomics, "harmony atomics") \
|
| - V(harmony_new_target, "harmony new.target")
|
| + V(harmony_new_target, "harmony new.target") \
|
| + V(harmony_simd, "harmony simd")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|