summaryrefslogtreecommitdiffstats
path: root/tests/compute/static-const-vector-array.slang.expected.txt
Commit message (Collapse)AuthorAge
* Literal folding on other operators (#1314)jsmall-nvidia2020-04-09
* Fold prefix operators if they prefix an int literal. * Make test case a bit more convoluted. * Remove ++ and -- as not appropriate for folding of literals. * Set output buffer name.