Displaying 2 results from an estimated 2 matches for "1_sse_support".
2014 Jan 19
1
PATCH: add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED
...pile the entire file with the -mxxx option")
I also found that I wrote "#ifdef _MSC_VER" instead of
"#if defined _MSC_VER || defined __INTEL_COMPILER". The second attached patch
fixes this.
-------------- next part --------------
A non-text attachment 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-str...
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