Hi,
I see that several on line examples using uint8x16_t. I do not find its definition when I use Linaro toolchain, Ubuntu 12, 32 bit OS. I am new to this topic. Could you help me on this problem?
Thanks,
This is one of the NEON instrinsic structures so you need to include the header "arm_neon.h".
ARM NEON Intrinsics - Using the GNU Compiler Collection (GCC)
Note that this is only available if the toolchain has been built with intrinsics support (I think all of the Linaro tools chains do).