|
How to enable generation of PowerPC SPE instructions
|
06/18/2008 2:50 AM
post9370
|
How to enable generation of PowerPC SPE instructions
How can I instruct the GCC compiler to use SPE instructions for floating-point operations?
We have tried to use -mspe and -mspe=yes but still get the standard PowerPC FPU instructions.
We have also tried to use –mabi=spe but got the following error:
cc1: error: not configured for ABI: 'spe'
We use GCC v4.2.1
|
|
|