microsoft / hlsl-specs

HLSL Specifications
MIT License
125 stars 34 forks source link

Document Usual Arithmetic Conversions #308

Closed llvm-beanz closed 2 months ago

llvm-beanz commented 3 months ago

Which document does this relate to? Language

Describe the issue you see with the spec The language specification does not document how to convert arguments for builtin operator expressions.

Additional context See C++ Usual Arithmetic Conversions