[clang] [HLSL] Finish exposing half types and intrinsics always (PR #132804)
Sarah Spall via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 24 11:52:18 PDT 2025
spall wrote:
> For example, for `abs`, it still depends on the _HLSL_16BIT_AVAILABILITY availability attribute. Does this PR intend to keep abs overloads using half "unexposed"? Or should that overload for abs be exposed too?
Oh I see what you are referring to. That might be my mistake; let me double check if I used the wrong __HLSL_AVAILABILITY
https://github.com/llvm/llvm-project/pull/132804
More information about the cfe-commits
mailing list