| Issue |
86999
|
| Summary |
[HLSL] swap _`_builtin_elementwise_round` for `__builtin_elementwise_roundeven`
|
| Labels |
new issue
|
| Assignees |
farzonl
|
| Reporter |
farzonl
|
Changes needed to
-`clang/lib/Headers/hlsl/hlsl_intrinsics.h`
- `llvm/lib/Target/DirectX/DXIL.td`
- clang/lib/Sema/SemaChecking.cpp`
so that we use `llvm.roundeven` instead of `llvm.round`
https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-round
https://llvm.org/docs/LangRef.html#llvm-roundeven-intrinsic
_Originally posted by @sudonatalie in https://github.com/llvm/llvm-project/pull/86844#discussion_r1543538650_
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs