comparison alpha/motion_est_mvi_asm.S @ 11968:58c2da0a371b libavcodec

Remove --enable-gprof flag gprof is far too intrusive to be of use as a profile for ffmpeg, and it fails to build in many configurations. Oprofile is a better tool for profiling on Linux.
author mru
date Sat, 26 Jun 2010 22:23:29 +0000
parents 6f1b210e58d1
children
comparison
equal deleted inserted replaced
11967:4b2300246240 11968:58c2da0a371b
52 .globl pix_abs16x16_mvi_asm 52 .globl pix_abs16x16_mvi_asm
53 .ent pix_abs16x16_mvi_asm 53 .ent pix_abs16x16_mvi_asm
54 pix_abs16x16_mvi_asm: 54 pix_abs16x16_mvi_asm:
55 .frame sp, 0, ra, 0 55 .frame sp, 0, ra, 0
56 .prologue 0 56 .prologue 0
57
58 #if CONFIG_GPROF
59 lda AT, _mcount
60 jsr AT, (AT), _mcount
61 #endif
62 57
63 and a2, 7, t0 58 and a2, 7, t0
64 clr v0 59 clr v0
65 beq t0, $aligned 60 beq t0, $aligned
66 .align 4 61 .align 4