I rely a lot on such constants for SSE:align(16) static immutable short[8] A = [ 1, 1, 1, 1, 3, 3, 3, 3 ];
Does such alignment actually work on all OS, at all times? Word on the street says align() doesn't work with globals.
Guillaume Piolat via Digitalmars-d-learn Sun, 23 Jul 2017 01:46:19 -0700
I rely a lot on such constants for SSE:align(16) static immutable short[8] A = [ 1, 1, 1, 1, 3, 3, 3, 3 ];
Does such alignment actually work on all OS, at all times? Word on the street says align() doesn't work with globals.