microsoft / hlsl-specs

HLSL Specifications
MIT License
116 stars 29 forks source link

Add -Wdouble-promotion warnings #221

Closed llvm-beanz closed 4 months ago

llvm-beanz commented 4 months ago

This adds wording to the specification to adopt Clang's -Wdouble-promotion warning group.

Resolves #220

llvm-beanz commented 4 months ago

This addresses feedback from @tex3d on #211