[all-commits] [llvm/llvm-project] 203926: [HLSL] remove double impelementation of log, sin, ...

Andrii Levitskiy via All-commits all-commits at lists.llvm.org
Mon Mar 25 09:43:12 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 20392687d38169c7f7de484050e734cb72630b2f
      https://github.com/llvm/llvm-project/commit/20392687d38169c7f7de484050e734cb72630b2f
  Author: Andrii Levitskiy <107996072+aabysswalker at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M clang/lib/Headers/hlsl/hlsl_intrinsics.h

  Log Message:
  -----------
  [HLSL] remove double impelementation of log, sin, trunc intrinsics (#86440)

This change removes the log, log2, log10, sin, trunc intrinsics with
parameters of type double as it is not available in the DXC compiler.


https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-log

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-log2

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-log10

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-sin

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-trunc

Closes #86189



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list