search for: cpu_x86_32

Displaying 2 results from an estimated 2 matches for "cpu_x86_32".

2008 Apr 10
2
Delay occurred when the makefile change
...scan.c \ enc/dsp.c if CPU_x86_64 enc_arch_dir = enc/x86_64 encoder_arch_sources= \ $(enc_arch_dir)/dct_decode_mmx.c \ $(enc_arch_dir)/dsp_mmx.c \ $(enc_arch_dir)/dsp_mmxext.c \ $(enc_arch_dir)/recon_mmx.c \ $(enc_arch_dir)/idct_mmx.c \ $(enc_arch_dir)/fdct_mmx.c else if CPU_x86_32 enc_arch_dir = enc/x86_32 encoder_arch_sources= \ $(enc_arch_dir)/dct_decode_mmx.c \ $(enc_arch_dir)/dsp_mmx.c \ $(enc_arch_dir)/dsp_mmxext.c \ $(enc_arch_dir)/recon_mmx.c \ $(enc_arch_dir)/idct_mmx.c \ $(enc_arch_dir)/fdct_mmx.c endif endif endif decoder_sources = \ d...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...scan.c \ enc/dsp.c if CPU_x86_64 enc_arch_dir = enc/x86_64 encoder_arch_sources= \ $(enc_arch_dir)/dct_decode_mmx.c \ $(enc_arch_dir)/dsp_mmx.c \ $(enc_arch_dir)/dsp_mmxext.c \ $(enc_arch_dir)/recon_mmx.c \ $(enc_arch_dir)/idct_mmx.c \ $(enc_arch_dir)/fdct_mmx.c else if CPU_x86_32 enc_arch_dir = enc/x86_32 encoder_arch_sources= \ $(enc_arch_dir)/dct_decode_mmx.c \ $(enc_arch_dir)/dsp_mmx.c \ $(enc_arch_dir)/dsp_mmxext.c \ $(enc_arch_dir)/recon_mmx.c \ $(enc_arch_dir)/idct_mmx.c \ $(enc_arch_dir)/fdct_mmx.c endif endif endif decoder_sources = \ d...