DirectXShaderCompiler icon indicating copy to clipboard operation
DirectXShaderCompiler copied to clipboard

[Feature Request] Release binary built with clang-cl

Open python3kgae opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Shader compilation is slow.

Describe the solution you'd like Offer preview release binary built with clang-cl.

Describe alternatives you've considered Build with clang-cl doesn't conflict with other alternatives to speedup compilation.

Additional context In local test, clang-cl build of dxc is about 5%~10% faster compared to msvc build.

python3kgae avatar Feb 29 '24 22:02 python3kgae