I would like perform SIMD operations, e.g., on a MAC-loop with Hexagon. While there are intrinsics on e.g. multiply-accumulate vector data, I don't find any C-intrinsics on vector memory loads and stores.
Are there any or do I need to write asm code to do so?