Hi I'm new to intrinsics, I would like to load string I have found out, that _mm256_lddqu_si256 is function I can use, the only problem I have is what do I do when my string is only 5 bytes long. It seems to me really ineffective to copy that string to 32 bytes array so I can then use _mm256_lddqu_si256 (it load 32bytes).
Thank you for any help or suggestions.