Issue 145589
Summary [HLSL] Add -Gis option from DXC to clang-dxc
Labels new issue
Assignees bob80905
Reporter bob80905
    The dxc driver mode for clang, or clang-dxc.exe, needs to accept the -Gis compiler option, which dxc.exe accepts.
The -Gis compiler option enables IEEE strictness mode, constraining the behavior for NaNs and infs.
By enabling -Gis in clang-dxc, it will help to get more consistency across tests in the offload test suite that use these special float values for float16s.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to