diff options
| author | 2018-01-23 12:58:26 +0100 | |
|---|---|---|
| committer | 2018-01-23 13:00:46 +0100 | |
| commit | 0dec3372f4ac869f0d0e7993d9c64bf1d2583b04 (patch) | |
| 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
| -rw-r--r-- | runtime/arch/mips/entrypoints_direct_mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/arch/mips/entrypoints_direct_mips.h b/runtime/arch/mips/entrypoints_direct_mips.h index 1020781b95..3a6625f9cd 100644 --- a/runtime/arch/mips/entrypoints_direct_mips.h +++ b/runtime/arch/mips/entrypoints_direct_mips.h @@ -54,6 +54,7 @@ static constexpr bool IsDirectEntrypoint(QuickEntrypointEnum entrypoint) { entrypoint == kQuickAsin || entrypoint == kQuickAtan || entrypoint == kQuickAtan2 || + entrypoint == kQuickPow || entrypoint == kQuickCbrt || entrypoint == kQuickCosh || entrypoint == kQuickExp || |