This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r226821 - in /trunk/gcc: ChangeLog config/arm/a...


Author: mwahab
Date: Wed Aug 12 15:42:31 2015
New Revision: 226821

URL: https://gcc.gnu.org/viewcvs?rev=226821&root=gcc&view=rev
Log:
	* config/arm/arm-fpus.def: Replace booleans with feature flags.
	Update comment.
	* config/arm/arm.c (ARM_FPU): Update macro.
	* config/arm/arm.h (TARGET_NEON_FP16): Update feature test.
	(TARGET_FP16): Likewise.
	(TARGET_CRYPTO): Likewise.
	(TARGET_NEON): Likewise.
	(struct arm_fpu_desc): Remove fields neon, fp16 and crypto.  Add
	field features.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm-fpus.def
    trunk/gcc/config/arm/arm.c
    trunk/gcc/config/arm/arm.h


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