Robert burner Schadek:

IMO, If you slice a double array it is always aligned. Because doubles are 8 bytes long aka 64bit which would align them to every fourth 16bit boundary.

If you have a 16-byte aligned array of doubles and you slice the first double away, what's the alignment of the result?

Bye,
bearophile

Reply via email to