Span.Data() alignment
Created by: germasch
I'm not sure you'll consider that a bug, but Variable::Span will on my Mac return addresses that are aligned by 4 bytes only. While x86_64 can handle misaligned types, I believe in general the requirement is for malloc etc to return addresses aligned by 16 bytes on MacOS, Linux and Win64, so they can potentially be used with SSE2 etc.