| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index ffdfd751929c3e18dad5c4c286bac65a4dd37327..812d62d7a0f0f639ec0f411b09ab1046b14e8961 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -246,6 +246,7 @@ class FlowGraphCompiler : public ValueObject {
|
|
|
| static bool SupportsUnboxedMints();
|
| static bool SupportsSinCos();
|
| + static bool SupportsUnboxedFloat32x4();
|
|
|
| // Accessors.
|
| Assembler* assembler() const { return assembler_; }
|
|
|