On powerpc-unknown-linux-gnuspe SPE is used for floating point.
authorMonty <xiphmont@xiph.org>
Wed, 24 Mar 2010 09:27:43 +0000 (09:27 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 24 Mar 2010 09:27:43 +0000 (09:27 +0000)
commit7028f93bfc2329e98de0e27ef2db0b0548713056
tree89fd4f169af32b21a9be1e7aec1ac06e346c07eb
parent09283189cd87cfa10dff91bb5726fbca4cacfe44
On powerpc-unknown-linux-gnuspe SPE is used for floating point.
-mcpu=970 disables the usage of the SPU unit and enables the "normal"
floating
point unit. This results either in slow code (kernel floating point
emulation)
or in SIGILL.

Closes #1614

svn path=/trunk/vorbis/; revision=17020
configure.ac