From 6fec5b1f45a294f4d9335c405ca7ae49f3620b5a Mon Sep 17 00:00:00 2001 From: "Dr.Smile" Date: Thu, 30 Sep 2021 08:19:36 +0300 Subject: Switch to a new CPU flag infrastructure This opens a possibility to selectively disable particular implementations at runtime. --- libass/ass_utils.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libass/ass_utils.h') diff --git a/libass/ass_utils.h b/libass/ass_utils.h index 7d68326..a1beb76 100644 --- a/libass/ass_utils.h +++ b/libass/ass_utils.h @@ -51,10 +51,6 @@ #define FEATURE_MASK(feat) (((uint32_t) 1) << (feat)) -#if CONFIG_ASM && ARCH_X86 -void ass_cpu_capabilities(bool *sse2, bool *avx2); -#endif - typedef struct { const char *str; size_t len; -- cgit v1.2.3