mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
550ec4540c
aren't part of the test suite but are generally useful nonetheless, and can be expanded later to test the backend against the actual Cell SPU system. There's basically no other good place to put this code, so put it here for the time being. - vecoperations.c: Vector shuffles for all supported vector types, tests for v16i8 add and multiply. llvm-svn: 60566
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
This directory contains code that's not part of the DejaGNU test suite,
|
|
but is generally useful as various test harnesses.
|
|
|
|
vecoperations.c: Various vector operation sanity checks, e.g., shuffles,
|
|
8-bit vector add and multiply.
|