This is the mail archive of the gcc-patches@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]

Re: [ARM] hard VFP calling convention support [2/3]


On Mon, Dec 08, 2008 at 05:02:39PM +0000, Richard Earnshaw wrote:
> 	(check_effective_target_arm_neon_ok): Improve test for neon
> 	availability.

Improved a little too much?

> @@ -1273,6 +1287,7 @@ proc check_effective_target_arm_vfp_ok {
>  proc check_effective_target_arm_neon_ok { } {
>      if { [check_effective_target_arm32] } {
>          return [check_no_compiler_messages arm_neon_ok object {
> +	    #include "arm-neon.h"
>              int dummy;
>          } "-mfpu=neon -mfloat-abi=softfp"]
>      } else {

It's arm_neon.h.

-- 
Daniel Jacobowitz
CodeSourcery


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