]> git.sesse.net Git - ffmpeg/commitdiff
x86inc: Drop cpuflags_slowctz
authorHenrik Gramner <henrik@gramner.com>
Thu, 18 Jan 2018 22:20:33 +0000 (23:20 +0100)
committerHenrik Gramner <henrik@gramner.com>
Sat, 20 Jan 2018 18:23:37 +0000 (19:23 +0100)
libavutil/x86/x86inc.asm

index 438863042f50972b6d56316927803b894155a7e4..5044ee86f0d99aaf5eb11011c2615f4553b65891 100644 (file)
@@ -827,9 +827,8 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae,
 
 %assign cpuflags_cache32  (1<<21)
 %assign cpuflags_cache64  (1<<22)
-%assign cpuflags_slowctz  (1<<23)
-%assign cpuflags_aligned  (1<<24) ; not a cpu feature, but a function variant
-%assign cpuflags_atom     (1<<25)
+%assign cpuflags_aligned  (1<<23) ; not a cpu feature, but a function variant
+%assign cpuflags_atom     (1<<24)
 
 ; Returns a boolean value expressing whether or not the specified cpuflag is enabled.
 %define    cpuflag(x) (((((cpuflags & (cpuflags_ %+ x)) ^ (cpuflags_ %+ x)) - 1) >> 31) & 1)