Tool/software: TI C/C++ Compiler
Hi Everyone,
I am trying to load from and store into memory using SIMD intrinsics ... I have already done this using Intel intrinsics. I need to sth like below:
__m128 _mm_load_ps (float const* mem_addr)
void _mm_store_ps (float* mem_addr, __m128 a)
I also checked "TMS320C6000 Optimizing Compiler v8.3.x User's Guide" section "8.6.7 The __x128_t Container Type" ...
but I can't wrap my head around it ... I guess I have an incorrect perception of C6000 intrinsics compared to that of Intel.
Any comment is much appreciate it.
Regards