commit | c8e93c736c149ce41be073dd24324fb08afb9ae4 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@ajcbik2.mtv.corp.google.com> | Wed May 10 10:49:22 2017 -0700 |
committer | Aart Bik <ajcbik@google.com> | Mon May 15 11:44:58 2017 -0700 |
tree | 8e7154cf1bbcee8f5837ee9cb930174e2516ac03 | |
parent | 92f4672f811a4eccdc596f7c2235804abd196fde [diff] [blame] |
Min/max SIMDization support. Rationale: The more vectorized, the better! Test: test-art-target, test-art-host Change-Id: I758becca5beaa5b97fab2ab70f2e00cb53458703
diff --git a/compiler/optimizing/loop_optimization.h b/compiler/optimizing/loop_optimization.h index 4a7da86..6d5978d 100644 --- a/compiler/optimizing/loop_optimization.h +++ b/compiler/optimizing/loop_optimization.h
@@ -71,6 +71,7 @@ kNoSignedHAdd = 32, // no signed halving add kNoUnroundedHAdd = 64, // no unrounded halving add kNoAbs = 128, // no absolute value + kNoMinMax = 256, // no min/max }; /*