search for: _intrin_sseb

Displaying 1 result from an estimated 1 matches for "_intrin_sseb".

Did you mean: _intrin_sse2
2014 Jun 28
0
[PATCH 14] preprocessor macros in lpc_intrin_sseN.c
...in_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...