OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENABLE_MSA
(Results
1 - 4
of
4
) sorted by null
/external/libaom/libaom/build/cmake/toolchains/
mips32-linux-gcc.cmake
18
if(ENABLE_DSPR2 AND
ENABLE_MSA
)
19
message(FATAL_ERROR "ENABLE_DSPR2 and
ENABLE_MSA
cannot be combined.")
33
elseif(
ENABLE_MSA
)
mips64-linux-gcc.cmake
27
if(
ENABLE_MSA
)
/external/libaom/libaom/build/cmake/
cpu.cmake
44
if(
ENABLE_MSA
AND HAVE_MSA)
aom_config_defaults.cmake
167
set_aom_option_var(
ENABLE_MSA
"Enables MSA optimizations on MIPS targets." OFF)
Completed in 2625 milliseconds