This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Abt SIMD Emulation
Mohamed Shafi <shafitvm@yahoo.com> 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