Its possible to create SIMD vector at runtime
I am currently working on a vector implementation using SIMD and I am encountering a challenge. Specifically, I am unable to locate an example demonstrating how to initialize an SIMD vector at runtime.
Here is the relevant code snippet I am working with:
I would appreciate any guidance or examples on how to properly initialize an SIMD vector at runtime. Your assistance in this matter would be highly valued.
Thank you for your time and support.
1 Reply
What error do you get? Are you initializing inside the
main
function?