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

Side by Side Diff: gcc/gcc/testsuite/gcc.target/i386/sse-init-v4hi-1.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 run } */ 1 /* { dg-do run } */
2 /* { dg-options "-O2 -msse" } */ 2 /* { dg-options "-O2 -msse" } */
3 /* { dg-require-effective-target sse } */
3 4
4 #include "sse-check.h" 5 #include "sse-check.h"
5 6
6 #ifdef DEBUG 7 #ifdef DEBUG
7 #include <stdio.h> 8 #include <stdio.h>
8 #endif 9 #endif
9 10
10 #include <mmintrin.h> 11 #include <mmintrin.h>
11 12
12 static void 13 static void
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 check (x, v, 3); 59 check (x, v, 3);
59 } 60 }
60 61
61 static void 62 static void
62 sse_test (void) 63 sse_test (void)
63 { 64 {
64 unsigned short v[4] 65 unsigned short v[4]
65 = { 0x7B5B, 0x5465, 0x7374, 0x5665}; 66 = { 0x7B5B, 0x5465, 0x7374, 0x5665};
66 test (v); 67 test (v);
67 } 68 }
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/i386/sse-divss-1.c ('k') | gcc/gcc/testsuite/gcc.target/i386/sse-init-v4sf-1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698