diff options
| author | Yong He <yonghe@outlook.com> | 2024-02-06 09:49:02 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 09:49:02 -0800 |
| commit | 6365e00179179f2bc0bc25af3d51d528501498d5 (patch) | |
| tree | e3d3aff31cb55d60c61c7a799d28b417ff8d3671 | |
| parent | b301c93753eaddb4571999f209cb8c1faa2fe205 (diff) | |
Fix fp16 atomics intrinsics for hlsl. (#3553)
| -rw-r--r-- | source/slang/hlsl.meta.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/hlsl.meta.slang b/source/slang/hlsl.meta.slang index 273cfdc4f..2bf0c1d80 100644 --- a/source/slang/hlsl.meta.slang +++ b/source/slang/hlsl.meta.slang @@ -2564,7 +2564,7 @@ ${{{{ __target_switch { case hlsl: - __intrinsic_asm "NvInterlockedAddFp16x2($0, $1, $2))"; + __intrinsic_asm "NvInterlockedAddFp16x2($0, $1, $2)"; } } |
