Files
ispc/tests_errors/soa-2.ispc

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];