Closed GoogleCodeExporter closed 9 years ago
../../source/row_posix.cc:2035:21: error: unknown attribute 'optimize' ignored
[-Werror,-Wattributes]
void __attribute__((optimize("omit-frame-pointer"))) I422ToRGB24Row_SSSE3(const
uint8* y_buf,
^
1 error generated.
ninja: build stopped: subcommand failed.
Original comment by fbarch...@chromium.org
on 23 Apr 2013 at 1:09
The only known issue with the work around for that function is that msys gcc 64
bit requires xmm5/xmm6 be preserved.
r675 changes the ifdef from APPLE to __i386__
Original comment by fbarch...@chromium.org
on 23 Apr 2013 at 1:33
Rolling r675 into chromium to address
https://code.google.com/p/chromium/issues/detail?id=233709
Original comment by fbarch...@chromium.org
on 23 Apr 2013 at 3:50
Original issue reported on code.google.com by
fbarch...@chromium.org
on 23 Apr 2013 at 12:17