> for the linux part of it, i could try to do some cleanup, although i
theres a big chunk of configure.in that can be wiped out..its gcc's job to keep track of all that fun arch stuff. --enable-optimize should pass right thru to -march, which will automagically enable the appropriate stuff like -mtune=, -msse2..so you can do an #if defined (__sse2__) or wahtever... instead of the -DDONNTUSESIMD and redundant arch flag stuff...
did i mention i love autoconf??
i could try cleaning it up, but not before getting past this:
d_dac.c: In function `dac_dsp':
d_dac.c:60: error: `plus_perf8' undeclared (first use in this function)
c