7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
// soa<3> width illegal. Value must be positive power of two
|
|
|
|
struct F { float a, b, c; };
|
|
|
|
soa<3> F farray[10];
|
|
|