Skip to content
Snippets Groups Projects

vkd3d-shader/hlsl: Implement sincos.

Merged Petrichor Park requested to merge petrathekat/vkd3d:impl-sincos into master
1 unresolved thread

Another intrinsic we are missing.

I implemented this as just doing a sin and cos operation. Flattening this to one sincos opcode should probably be done in our folding/optimization steps and is probably orthogonal to this MR.

Native behavior does not return very precise results, which is why the ulps are so big on the tests.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading