diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2024-05-01 20:26:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 20:26:28 -0700 |
| commit | 436b22f36c0a0045747c9b058eb8c582150177c6 (patch) | |
| tree | 301dbaf5a07fee185ab5eb402bebb46eb2e203d9 /tests/cpp-compiler/c-compile-error.c | |
| parent | 08de73a5da92f722c53ae9ae8fab4139186ffcf8 (diff) | |
Fix/replace target intrinsic to target switch part 2 (#4058)
* Fix texture capabilities
* Remove more __target_intrinsic and fix capability for texture
Fixes #3906
With this commit, following functions will use __target_switch:
- abs
- asdouble
- clamp
- min
- max
- EvaluateAttributeSnapped
- frexp
- log10
- modf
- __glsl_textureXXX
For an unknown reason, I couldn't get "min(int,int)" working with
__target_switch. It causes a test failure in Falcore unit test.
---------
Co-authored-by: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com>
Diffstat (limited to 'tests/cpp-compiler/c-compile-error.c')
0 files changed, 0 insertions, 0 deletions
