commit | 8b370b6e653445d850c17b2e8b059bfb246989b7 | [log] [tgz] |
---|---|---|
author | Tom Finegan <tomfinegan@google.com> | Thu Apr 13 16:46:49 2017 -0700 |
committer | Tom Finegan <tomfinegan@google.com> | Thu Apr 13 17:06:03 2017 -0700 |
tree | cdd09ae9343a728a903ab8b66b3042eb8c3328ab | |
parent | f1880e1cb98bde4a93d809cec4ce293d7d361fbe [diff] |
Add mips64 support to the cmake build. Requires use of new cmake toolchain file: $ cmake path/to/aom -DCMAKE_TOOLCHAIN_FILE=path/to/aom/build/cmake/toolchains/mips64-linux-gcc.cmake MSA is supported via addition of -DENABLE_MSA=1. Support for i6400 and p6600 targets can be enabled by passing -DMIPS_CPU=i6400 and -DMIPS_CPU=p6600 respectively. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I7b8949a07e9be63cd6177e4ff4dbc02180f12a60