summaryrefslogtreecommitdiff
path: root/tests/language-feature/generics/generic-value-constant-folding.slang.expected.txt
AgeCommit message (Collapse)Author
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
* Compiler time evaluation of all int and bool operators. * Fix linux compile error. * Fix. Co-authored-by: Yong He <yhe@nvidia.com>
2022-08-22Support compile-time constant int val in the form of polynomials. (#2372)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>