We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following operations would overflow with signed integer operands. The results are what the WGSL spec requires.
div: T::MIN / -1 = T::MIN rem: T::MIN % -1 = 0 abs: abs(T::MIN) = T::MIN neg: -T::MIN = T::MIN
Related: #6666 / #6959
Status