Implement HLSL `asin` intrinsic: https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-asin part of this proposal: https://discourse.llvm.org/t/rfc-all-the-math-intrinsics/78294 Four parts: 1. [x] DXIL backend change 2. [x] SPIRV backend change 3. [x] HLSL frontend change 4. [x] Constraint intrinsic change
Implement HLSL
asinintrinsic:https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-asin
part of this proposal: https://discourse.llvm.org/t/rfc-all-the-math-intrinsics/78294
Four parts: