Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_ia32.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 36258) |
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy) |
| @@ -43,6 +43,11 @@ |
| } |
| +bool FlowGraphCompiler::SupportsUnboxedDoubles() { |
| + return true; |
| +} |
| + |
| + |
| bool FlowGraphCompiler::SupportsUnboxedMints() { |
| // Support unboxed mints when SSE 4.1 is available. |
| return FLAG_unbox_mints && TargetCPUFeatures::sse4_1_supported(); |