From 19680d3655433e98582983ed0a6d44d6b4822951 Mon Sep 17 00:00:00 2001 From: Goran Jakovljevic Date: Thu, 11 May 2017 10:38:36 +0200 Subject: MIPS64: ART Vectorizer MIPS64 implementation which uses MSA extension. Also extended all relevant checker tests to test MIPS64 implementation. Test: booted MIPS64R6 in QEMU Test: ./testrunner.py --target --optimizing -j1 in QEMU Change-Id: I8b8a2f601076bca1925e21213db8ed1d41d79b52 --- compiler/optimizing/loop_optimization.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/loop_optimization.h') diff --git a/compiler/optimizing/loop_optimization.h b/compiler/optimizing/loop_optimization.h index 35298d4076..75a42f3297 100644 --- a/compiler/optimizing/loop_optimization.h +++ b/compiler/optimizing/loop_optimization.h @@ -72,6 +72,7 @@ class HLoopOptimization : public HOptimization { kNoUnroundedHAdd = 64, // no unrounded halving add kNoAbs = 128, // no absolute value kNoMinMax = 256, // no min/max + kNoStringCharAt = 512, // no StringCharAt }; /* -- cgit v1.2.3-59-g8ed1b