Details
Details
- Reviewers
beanz python3kgae - Commits
- rG6fbcb3f4baa8: [HLSL] Add trunc library function
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
Remember to double check the commit message updated to trunc too.
Just noticed we don't have double trunc(double) for hlsl now (hlsl 2021). Need make sure to generate float overload DXIL on older shader model when parameter is double in hlsl.