How to extract a double from a vector of doubles (SIMD)?

84 Views Asked by At

sorry if this is a nooby question or a possible duplicate, but I am reading into vector intrinsics and thinking that is there a clean way to extract the first double out 256-bit vector of 4 doubles with C++ vector intrinsics?

I have tried reading answers in similar area but they don't seem to answer the question explicitly

0

There are 0 best solutions below