search for: 2_ifdefs

Displaying 2 results from an estimated 2 matches for "2_ifdefs".

2014 Jan 19
1
PATCH: add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED
...chment was scrubbed... Name: 1_sse_support.patch Type: application/octet-stream Size: 17298 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140119/4ba3d1b7/attachment-0002.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: 2_ifdefs.patch Type: application/octet-stream Size: 2798 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140119/4ba3d1b7/attachment-0003.obj
2014 Jan 03
2
PATCH: add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED
Currently the only way to compile FLAC using GCC w/o SSE support is to disable asm optimizations (see configure.ac): if test "x$asm_optimisation" = "xyes" ; then XIPH_ADD_CFLAGS([-msse2]) fi Also it's not possible to enable SSE4.1 intrinsic functions even with -msse4.1 option. The patch fixes both problems. --------------- BTW: I'm not sure that share/compat.h