Added tests and documentation for soa<> rate qualifier.
This commit is contained in:
6
tests_errors/soa-2.ispc
Normal file
6
tests_errors/soa-2.ispc
Normal file
@@ -0,0 +1,6 @@
|
||||
// soa<3> width illegal. Value must be positive power of two
|
||||
|
||||
struct F { float a, b, c; };
|
||||
|
||||
soa<3> F farray[10];
|
||||
|
||||
Reference in New Issue
Block a user