[ARM] How to query gas for target properties?
Ramana Radhakrishnan
ramana.r@gmail.com
Fri Nov 5 03:23:00 GMT 2010
More information about the Binutils mailing list
Fri Nov 5 03:23:00 GMT 2010
- Previous message (by thread): [ARM] How to query gas for target properties?
- Next message (by thread): Unknown attribute handling bug fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > Thanks for you answer, that's what I had ended up doing. > > My 1st attempts at using this macro failed because I didn't use > -mhardfp; I don't know why -mfpu=neon isn't sufficient to get > __ARM_NEON__ defined by GCC. You need to use -mfloat-abi=softfp or -mfloat-abi=hard ? If -mfloat-abi isn't softfp or hard GCC won't generate any Neon code despite there being a -mfpu=neon and hence the macro need not be defined. cheers Ramana > > Thanks > Christophe. >
- Previous message (by thread): [ARM] How to query gas for target properties?
- Next message (by thread): Unknown attribute handling bug fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list