This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GAS .fpu directive


On Wed, 2014-08-20 at 17:22 +0100, Richard Earnshaw wrote:
> Actually, I can think of use cases for this 'feature'.  Consider a
> function that will only be called when it is known that an ISA extension
> is present (specifically, Neon).  We then might want most of the code to
> be marked as no-neon, but then to enable Neon for that function only.

I also forgot about GCC's function specific optimization support
which would require this:

  https://gcc.gnu.org/wiki/FunctionSpecificOpt

Peter




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]