DescriptionAdd extra braces for uintNNxMx4_t initializers.
These structs are always implemented as
struct uintNNxMx4_t {
uintNNxM val[4];
};
So, the first set of braces is for the struct, the second for val.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/05a2ac2872a8d7c5437bcce1b0828e20b4bb0eb4
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|