Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: gcc/gcc/testsuite/gcc.target/powerpc/ppc-paired.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* { dg-do compile { target powerpc-*-linux*paired* } } */ 1 /* { dg-do compile { target { powerpc-*-linux*paired* && ilp32 } } } */
2 /* { dg-options "-mpaired -m32 -ffinite-math-only" } */ 2 /* { dg-options "-mpaired -ffinite-math-only" } */
3 3
4 /* Test PowerPC PAIRED extensions. */ 4 /* Test PowerPC PAIRED extensions. */
5 5
6 #include <paired.h> 6 #include <paired.h>
7 7
8 vector float a, b, c, d; 8 vector float a, b, c, d;
9 9
10 void 10 void
11 test_api () 11 test_api ()
12 { 12 {
(...skipping 23 matching lines...) Expand all
36 b = paired_sel (a, b, c); 36 b = paired_sel (a, b, c);
37 } 37 }
38 38
39 int 39 int
40 main (void) 40 main (void)
41 { 41 {
42 test_api (); 42 test_api ();
43 return 0; 43 return 0;
44 } 44 }
45 45
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/powerpc/paired-9.c ('k') | gcc/gcc/testsuite/gcc.target/sh/sh4a-bitmovua.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698