URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [zero-1.c] - Rev 816
Compare with Previous | Blame | View Log
#include "harness.h" static vector unsigned int funny() { vector unsigned int a; return vec_andc(vec_add(a,a),vec_add(a,a)); } static void test() { static vector unsigned int zero; check(vec_all_eq(funny(), zero), "funny"); }