Vector Class Discussion

Fallbacks for gatherXX()?
Author:  Date: 2017-07-10 13:58
I've been playing around with some toy examples coded with VCL and exploring the potential for write-once compile-many code to target multiple CPU architectures at runtime. I coded my first examples with AVX2 in mind, and wound up using gather4d() and gather8f() quite often. When I then tried compiling for lesser architectures, I discovered that these functions are undefined. Is this an oversight or intended? If intended, is there a recommended alternate coding pattern that works across multiple architectures? Thanks.
 
thread Fallbacks for gatherXX()? - Chris Newbold - 2017-07-10
last replythread Fallbacks for gatherXX()? new - Agner - 2017-07-10
last replythread Fallbacks for gatherXX()? new - Chris Newbold - 2017-07-11
last replythread Fallbacks for gatherXX()? new - Agner - 2017-07-11
last replythread Fallbacks for gatherXX()? new - Chris Newbold - 2017-07-11
last reply Fallbacks for gatherXX()? new - Agner - 2017-07-11