Commit 57e2877
authored
[libspirv] Route SPIR-V pow* builtins through CLC (#18963)
These should have the potential to be more optimal for most targets, as
they emit vectorised codegen.
These were the last functions that tripped the bitwise conditional
parenthesis warning in libspirv, so that has been re-enabled.1 parent ae0e85c commit 57e2877
8 files changed
Lines changed: 12 additions & 1258 deletions
File tree
- libclc
- libspirv/lib/generic
- math
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
579 | | - | |
580 | 578 | | |
581 | 579 | | |
582 | 580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| |||
0 commit comments