Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 576036 | Differences between
and this patch

Collapse All | Expand All

(-)libs/log/build/Jamfile.v2~ (-2 / +2 lines)
Lines 249-255 Link Here
249
            result = ;
249
            result = ;
250
            if <toolset>gcc in $(properties) || <toolset>clang in $(properties)
250
            if <toolset>gcc in $(properties) || <toolset>clang in $(properties)
251
            {
251
            {
252
                result = <cxxflags>"-march=core2 -msse -msse2 -msse3 -mssse3" ;
252
                result = <cxxflags>"-msse -msse2 -msse3 -mssse3" ;
253
            }
253
            }
254
            else if <toolset>intel in $(properties)
254
            else if <toolset>intel in $(properties)
255
            {
255
            {
Lines 311-317 Link Here
311
            result = ;
311
            result = ;
312
            if <toolset>gcc in $(properties)
312
            if <toolset>gcc in $(properties)
313
            {
313
            {
314
                result = <cxxflags>"-march=core-avx2 -mavx -mavx2 -fabi-version=0" ;
314
                result = <cxxflags>"-mavx -mavx2 -fabi-version=0" ;
315
            }
315
            }
316
            else if <toolset>clang in $(properties)
316
            else if <toolset>clang in $(properties)
317
            {
317
            {

Return to bug 576036