is available at
Regarding my previous request (build failed on IA64) - once I have the time I'll check out the relevant code section. If I'll deem that the code is i386 specific (I'm no assembler expert) I'll explicitly drop support of all other architectures from the debian source package. *t
-- ----------------------------------------------------------- Tomas Pospisek SourcePole - Linux & Open Source Solutions http://sourcepole.ch Elestastrasse 18, 7310 Bad Ragaz, Switzerland Tel: +41 (81) 330 77 11 -----------------------------------------------------------
Le Mar 10 Déc 2002 14:10, Tomas Pospisek's Mailing Lists a écrit :
is available at
Regarding my previous request (build failed on IA64) - once I have the time I'll check out the relevant code section. If I'll deem that the code is i386 specific (I'm no assembler expert) I'll explicitly drop support of all other architectures from the debian source package. *t
There is a USE_ASSEMBLER preprocessor macro which is defined at the top of the fec.c file. Just remove this #define, and udpcast will use equivalent C code for these calculations.
Alain
On Tue, 10 Dec 2002, Alain Knaff wrote:
Le Mar 10 Déc 2002 14:10, Tomas Pospisek's Mailing Lists a écrit :
is available at
Regarding my previous request (build failed on IA64) - once I have the time I'll check out the relevant code section. If I'll deem that the code is i386 specific (I'm no assembler expert) I'll explicitly drop support of all other architectures from the debian source package. *t
There is a USE_ASSEMBLER preprocessor macro which is defined at the top of the fec.c file. Just remove this #define, and udpcast will use equivalent C code for these calculations.
Guess it'd be nice to autoconfig it or similar... *t
-- ----------------------------------------------------------- Tomas Pospisek SourcePole - Linux & Open Source Solutions http://sourcepole.ch Elestastrasse 18, 7310 Bad Ragaz, Switzerland Tel: +41 (81) 330 77 11 -----------------------------------------------------------
On Tue, 10 Dec 2002, Alain Knaff wrote:
There is a USE_ASSEMBLER preprocessor macro which is defined at the top of the fec.c file. Just remove this #define, and udpcast will use equivalent C code for these calculations.
Thanks, the build routine is now checking the architecture and enabling the assembler code on "i386" type processors only.
making my first real life tests with udpcast at this moment, looks *very* nice.
Thanks a lot, *t
-- ----------------------------------------------------------- Tomas Pospisek SourcePole - Linux & Open Source Solutions http://sourcepole.ch Elestastrasse 18, 7310 Bad Ragaz, Switzerland Tel: +41 (81) 330 77 11 -----------------------------------------------------------
On Tue, 10 Dec 2002, Tomas Pospisek's Mailing Lists wrote:
is available at
http://sourcepole.ch/sources/software/udpcast/
[fingers were faster than brain] *t
-- ----------------------------------------------------------- Tomas Pospisek SourcePole - Linux & Open Source Solutions http://sourcepole.ch Elestastrasse 18, 7310 Bad Ragaz, Switzerland Tel: +41 (81) 330 77 11 -----------------------------------------------------------