[x264-devel] [PATCH] MIPS MSA checkasm updated
Rishikesh More
rishikesh.more at imgtec.com
Tue Apr 28 10:31:24 CEST 2015
Signed-off-by: Rishikesh More <rishikesh.more at imgtec.com>
---
tools/checkasm.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/checkasm.c b/tools/checkasm.c
index c2e06db..93d88fc 100644
--- a/tools/checkasm.c
+++ b/tools/checkasm.c
@@ -2760,6 +2760,9 @@ static int check_all_flags( void )
ret |= add_flags( &cpu0, &cpu1, X264_CPU_ARMV8, "ARMv8" );
if( cpu_detect & X264_CPU_NEON )
ret |= add_flags( &cpu0, &cpu1, X264_CPU_NEON, "NEON" );
+#elif ARCH_MIPS
+ if( cpu_detect & X264_CPU_MSA )
+ ret |= add_flags( &cpu0, &cpu1, X264_CPU_MSA, "MSA" );
#endif
return ret;
}
--
2.3.2
More information about the x264-devel
mailing list