search for: use_sse2

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

Did you mean: _use_sse2
2016 Dec 04
1
Description of disable-sse option
...ableval} for --enable-sse) ;; esac],[sse_os=yes]) if test "x$asm_optimisation$sse_os" = "xyesyes" ; then XIPH_ADD_CFLAGS([-msse2]) fi So maybe it's better to rename it to --disable-sse2 or --disable-forced-sse2 or --no-force-sse2? (and rename 'sse_os' to 'use_sse2' or 'forced-sse2' ?) Or least the description should be updated so that it reflects the current function of this option.