AOT Android: Don't use integer division instructions. (#6714)

This commit is contained in:
Ryan Macnak
2016-11-04 15:48:46 -07:00
committed by GitHub
parent 9b7764d48f
commit 34fdc44b58

View File

@@ -233,6 +233,7 @@ Future<String> _buildAotSnapshot(
'--instructions_blob=$instructionsBlob',
'--embedder_entry_points_manifest=$vmEntryPointsAndroid',
'--no-sim-use-hardfp',
'--no-use-integer-division', // Not supported by the Pixel in 32-bit mode.
]);
break;
case TargetPlatform.ios: