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] |
Hi all, The gcc.target/arm/neon-for-64bits-2.c test is supposed to test that -mneon-for-64bits gets the compiler to use NEON instructions for 64 bit bitwise operations. However, the -mneon-for-64bits flag was only really added as a complement of -mno-neon-for-64bits that explicitly prevents generation of 64 bit. The -mneon-for-64bits option is not supposed to force generation of NEON instructions and therefore the compiler might choose to not use them, making this testcase invalid. This patch removes it. Ok for trunk? Thanks, Kyrill 2013-08-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * gcc.target/arm/neon-for-64bits-2.c: Delete.
Attachment:
remove_neon_64bits_test.patch
Description: Binary data
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |