comparison x86/snowdsp_mmx.c @ 8590:7a463923ecd1 libavcodec

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 7768bdfd4f7b
children 6bf01d174630
comparison
equal deleted inserted replaced
8589:a29b5b5c3c9d 8590:7a463923ecd1
384 ); 384 );
385 } 385 }
386 } 386 }
387 } 387 }
388 388
389 #ifdef HAVE_7REGS 389 #if HAVE_7REGS
390 #define snow_vertical_compose_sse2_load_add(op,r,t0,t1,t2,t3)\ 390 #define snow_vertical_compose_sse2_load_add(op,r,t0,t1,t2,t3)\
391 ""op" ("r",%%"REG_d"), %%"t0" \n\t"\ 391 ""op" ("r",%%"REG_d"), %%"t0" \n\t"\
392 ""op" 16("r",%%"REG_d"), %%"t1" \n\t"\ 392 ""op" 16("r",%%"REG_d"), %%"t1" \n\t"\
393 ""op" 32("r",%%"REG_d"), %%"t2" \n\t"\ 393 ""op" 32("r",%%"REG_d"), %%"t2" \n\t"\
394 ""op" 48("r",%%"REG_d"), %%"t3" \n\t" 394 ""op" 48("r",%%"REG_d"), %%"t3" \n\t"