Displaying 1 result from an estimated 1 matches for "lpc_intrin_ssen".
Did you mean:
lpc_intrin_sse2
2014 Jun 28
0
[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