[PATCH] D132589: [HLSL] Add acos library function

2022-09-13 Thread Chris Bieneman via Phabricator via cfe-commits
beanz added a comment. @bob80905, if you rebase this you should be able to add half support too now. Otherwise this looks good. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132589/new/ https://reviews.llvm.org/D132589 ___

[PATCH] D132589: [HLSL] Add acos library function

2022-08-24 Thread Joshua Batista via Phabricator via cfe-commits
bob80905 updated this revision to Diff 455343. bob80905 added a comment. remove scalar types lld and ld from test since hlsl won't support them Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132589/new/ https://reviews.llvm.org/D132589 Files: cla

[PATCH] D132589: [HLSL] Add acos library function This change exposes the acos library function for HLSL scalar types, excluding long long doubles. Acos is supported for all scalar, vector, and matri

2022-08-24 Thread Joshua Batista via Phabricator via cfe-commits
bob80905 created this revision. bob80905 added reviewers: beanz, pow2clk. Herald added a subscriber: Anastasia. Herald added a project: All. bob80905 requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. ...rt. Long long double support is missin