is there a way I can convert a list to a SIMD vector?
can someone tell me how I can convert a list to a SIMD vector
1 Reply
Access the pointer of the list then call its load method and give ur desired simd_width parameter to it. But loading more than 32 or 64 bytes data will not prabably give u much benefit