Added tests and documentation for soa<> rate qualifier.
This commit is contained in:
3
tests_errors/soa-1.ispc
Normal file
3
tests_errors/soa-1.ispc
Normal file
@@ -0,0 +1,3 @@
|
||||
// Illegal to provide soa<4> qualifier with non-struct type "void"
|
||||
|
||||
soa<4> void foo() { }
|
||||
Reference in New Issue
Block a user