Displaying 1 result from an estimated 1 matches for "21164a".
Did you mean:
21164
2004 Sep 10
2
-lm ordering
In order to compile flac-1.0 with Compaq C on FreeBSD/alpha, I
needed to move -lm to the end of the libraries, otherwise ccc would
complain about unresolved symbols. Patches below.
The result is nothing less than stunning. On my 21164A/500 box,
"ccc -fast" code is almost twice as fast as "gcc -O -mcpu=ev56",
1:11 vs. 2:03 for encoding a test track with default parameters.
This may also be due to the Compaq math library.
--- src/flac/Makefile.am.orig Tue Aug 28 15:58:11 2001
+++ src/flac/Makefile.am Tue Aug 2...