Displaying 2 results from an estimated 2 matches for "sse_enabled".
Did you mean:
gso_enabled
2014 Oct 14
0
[PATCH] for configure.ac
...Lopo wrote:
> Sow what about just:
>
> echo " Compiler is Clang : ................... ${xiph_cv_c_compiler_clang}"
> - echo " SSE optimizations : ................... ${sse_os}"
> + echo " SSE enabled : ......................... ${sse_enabled}"
> echo " Asm optimizations : ................... ${asm_optimisation}"
> echo " Ogg/FLAC support : .................... ${have_ogg}"
What is the definition of "sse_enabled"? Cannot find it.
2014 Oct 13
2
[PATCH] for configure.ac
lvqcl wrote:
> lvqcl wrote:
>
> > 1) in config.h FLAC__HAS_X86INTRIN macro is always defined and empty,
> > even if x86intrin.h is not available.
> >
> > 2) sse_os is defined as 'yes' or 'no', but AM_CONDITIONAL tests it for 'true':
>
> The patch is attached. Please check it.
Looks good. I need to do a little testing.
> > 3)