shujataliz / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

alignment problem using -af #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

linux, gcc: when using -af, you sometimes get a 'segmentation fault',
only in non-debug mode.

Reason: some floating-point operations may be replaced by SSE2 variants,
 that expect aligned buffer for double* pointer.

Original issue reported on code.google.com by pascal.m...@gmail.com on 6 May 2011 at 2:16

GoogleCodeExporter commented 9 years ago
fixed as per https://review.webmproject.org/#change,2277

Original comment by pascal.m...@gmail.com on 6 May 2011 at 2:17

GoogleCodeExporter commented 9 years ago
https://review.webmproject.org/#change,2279 actually.

Original comment by pascal.m...@gmail.com on 6 May 2011 at 2:37