search for: _arm

Displaying 3 results from an estimated 3 matches for "_arm".

Did you mean: _arg
2004 May 20
2
rsync creates wrong sized files
...a Debian woody system, with libc 2.2.5. I have rsync running daily to mirror the Debian archives, mainly for i386 files. The command I use is this: rsync -r -R -l -t --delete --exclude=/Incoming --exclude=/UploadQueue \ --exclude=*_alpha.deb --exclude=*_alpha.udeb --exclude=*-alpha \ --exclude=*_arm.deb --exclude=*_arm.udeb --exclude=*-arm \ --exclude=*_hppa.deb --exclude=*_hppa.udeb --exclude=*-hppa \ --exclude=*_ia64.deb --exclude=*_ia64.udeb --exclude=*-ia64 \ --exclude=*_m68k.deb --exclude=*_m68k.udeb --exclude=*-m68k \ --exclude=*_mips.deb --exclude=*_mips.udeb --exclude=*-mips \ --e...
2006 May 16
1
new assembler port
...s for assembly optimization, and if you do some > searching, you will find some tips from Jean-Marc on where to start. Also, > if you look in the source tree for references to Blackfin or bfin, you will > find an example port done by Jean-Marc. Yes, have a look at the _bfin.h, _sse.h and _arm.h files to get an idea of what's useful. Also, note that most calls to *_mem2() functions have been (and are being) converted to the _mem16() version. > You should make sure that you run the latest code from Subversion, which has > some speed improvements from 1.1.12. Yes. I'm makin...
2006 May 16
2
new assembler port
Hello, I'm trying to use speex for implementing a VoIP demo application using linphone on an embedded system. At the moment I'm not really able to do real time encoding, and thinking about making an assembler port for speex to the AVR32 architecture. The AVR32 is a new hybrid MCU/DSP fixed point processor running at 120Mhz in my application. Does anyone have experiences/info about the