| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index b2f2b9963f9cd73b52ff7a21988cbea7ff1f61e7..894a632d127a50132f48010af2348be0ef60670b 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -193,7 +193,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) \
|
|
|