adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

1a3f484 Ticket 49228 - Fix SSE4.2 detection.

3 files Authored by William Brown 7 years ago, Committed by mreynolds 7 years ago,
    Ticket 49228 - Fix SSE4.2 detection.
    
    Bug Description:  We incorrectly detect sse4.2 on some platforms.
    
    Fix Description:  Instead of detecting this, we allow GCC to define
    the feature flag when possible. At this time, we only use sse4.2
    for verification during tests. RPMS build with -mtune=generic, which
    will disable sse4.2, so anyone who wants "fast" test execution
    (ie a developer) should set -march=native in their cflags.
    
    https://pagure.io/389-ds-base/issue/49228
    
    Author: wibrown
    
    Review by: mreynolds
    
    Signed-off-by: Mark Reynolds <mreynolds@redhat.com>
    
        
file modified
+3 -15
file modified
+2 -2
file modified
+0 -2