URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [zero-1.c] - Rev 801
Go to most recent revision | 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"); }
Go to most recent revision | Compare with Previous | Blame | View Log