lvqcl
2014-Jun-28 11:00 UTC
[flac-dev] [PATCH 14] preprocessor macros in lpc_intrin_sseN.c
Currently both lpc_intrin_sse2.c and lpc_intrin_sse41.c define macros RESIDUAL_RESULT and DATA_RESULT. This patch changes their names so they become different. Reason: FLAC build systems don't apply specific options (such as -msse4.1) to specific files. So it makes little sense to have separate *_intrin_sseA.c and *_intrin_sseB.c files. IMHO it's not unreasonable to merge fixed_intrin_sse2.c and fixed_intrin_sse2.c into fixed_intrin.c, etc. This patch makes it possible for lpc_intrin_sse2.c and lpc_intrin_sse41.c. -------------- next part -------------- A non-text attachment was scrubbed... Name: 14_sse_define.patch Type: application/octet-stream Size: 17501 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140628/48324e19/attachment-0001.obj