URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [3a-07.c] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
#include "harness.h" static vector unsigned char zero() { /* MCC allocates a stack slot for and loads an uninitialized local variable. */ vector unsigned char a; return vec_sub(a,a); } static void test() { static vector unsigned char zerov; check(vec_all_eq(zero(), zerov), "zero"); }
Go to most recent revision | Compare with Previous | Blame | View Log