Implement HLSL acos intrinsic: https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-acos 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. Constraint intrinsic change
Implement HLSL acos intrinsic:
https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-acos
part of this proposal: https://discourse.llvm.org/t/rfc-all-the-math-intrinsics/78294
Four parts: