chroma: copy: do not use an empty structure if SSE2 is not supported
Structures with no field should not be used, it's Undefined Behavior: https://stackoverflow.com/questions/3849334/sizeof-empty-structure-is-0-in-c-and-1-in-c-why
Please register or sign in to comment