commit | 0dec3372f4ac869f0d0e7993d9c64bf1d2583b04 | [log] [tgz] |
---|---|---|
author | Goran Jakovljevic <goran.jakovljevic@mips.com> | Tue Jan 23 12:58:26 2018 +0100 |
committer | Goran Jakovljevic <goran.jakovljevic@mips.com> | Tue Jan 23 13:00:46 2018 +0100 |
tree | 3d7eb5ce181cfe3806ad153b0be7b0c764e6accf | |
parent | 2e1791b74406fba9930bbe5dfa5358d2d2c07e1a [diff] |
MIPS32: Mark kQuickPow as direct entrypoint This fixes mips32 build. This is a follow-up to Iaa31f70acabbd57c163cfeafe02eed67c1348861. Test: successful mips32 build Change-Id: I959304745e7f93a64fdee792c0f3199cee2eefff
diff --git a/runtime/arch/mips/entrypoints_direct_mips.h b/runtime/arch/mips/entrypoints_direct_mips.h index 1020781..3a6625f 100644 --- a/runtime/arch/mips/entrypoints_direct_mips.h +++ b/runtime/arch/mips/entrypoints_direct_mips.h
@@ -54,6 +54,7 @@ entrypoint == kQuickAsin || entrypoint == kQuickAtan || entrypoint == kQuickAtan2 || + entrypoint == kQuickPow || entrypoint == kQuickCbrt || entrypoint == kQuickCosh || entrypoint == kQuickExp ||