Added tests and documentation for soa<> rate qualifier.
This commit is contained in:
5
tests_errors/soa-8.ispc
Normal file
5
tests_errors/soa-8.ispc
Normal file
@@ -0,0 +1,5 @@
|
||||
// Unable to apply SOA conversion to struct due to "uniform int32" member "x" with bound "uniform"
|
||||
|
||||
struct Point { uniform int x; float a, b, c; };
|
||||
|
||||
void foo(soa<8> Point pts[]);
|
||||
Reference in New Issue
Block a user