Added tests and documentation for soa<> rate qualifier.
This commit is contained in:
6
tests_errors/soa-3.ispc
Normal file
6
tests_errors/soa-3.ispc
Normal file
@@ -0,0 +1,6 @@
|
||||
// syntax error, unexpected '-', expecting int32 constant
|
||||
|
||||
struct F { float a, b, c; };
|
||||
|
||||
soa<-4> F farray[10];
|
||||
|
||||
Reference in New Issue
Block a user