keshav yadav <keshav.yadav2005@xxxxxxxxx> writes: > I want to verify all ARM-NEON-Intrinsics, Is there inbuild testsuite available ? > > http://gcc.gnu.org/onlinedocs/gcc/ARM-NEON-Intrinsics.html#ARM-NEON-Intrinsics > > > I check on GCC testsuite, but it does not verify the result, it just > in most of cases check assembly generated or not. > > I want to chek all these ARM-NEON-Intrinsics . can I get some help ? There are some tests in gcc/testsuite/gcc.target/arm. I have no idea how comprehensive they are. Those are the only NEON tests that come with gcc. Ian