Mohamed Shafi <[EMAIL PROTECTED]> writes: > I want to know what can be done in the back end of a target to indicate that > SIMD stuff should be emulated all the way.
That should happen by default. > Is there any target macros or hooks available for that. > Will the target hook TARGET_VECTOR_MODE_SUPPORTED_P hep me to indicate that? You should only define that if the port is prepared to handle vector operations itself. You don't need to use it for emulation. Ian