Wireshark-commits: [Wireshark-commits] master 8a0bd92: Check whether we can use nmmintrin.h.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Jan 2015 03:18:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a0bd92722356c8e23c34104d82ba872ad5c5ac5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8a0bd92 by Guy Harris (guy@xxxxxxxxxxxx):

    Check whether we can use nmmintrin.h.
    
    If we think the compiler supports SSE 4.2, check whether we can use
    nmmintrin.h if we tell the compiler to compile with SSE 4.2 support; if
    not, disable SSE 4.2 support.
    
    This matches what we do in autotools.
    
    Change-Id: I474d53d2fe7e2628faca7309efd7155b63bd7eab
    Reviewed-on: https://code.wireshark.org/review/6702
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8051657   Modernize the description of Wireshark given in the RPM info.
    adds  8a0bd92   Check whether we can use nmmintrin.h.


Summary of changes:
 wsutil/CMakeLists.txt |   55 +++++++++++++++++++++++++++++--------------------
 1 file changed, 33 insertions(+), 22 deletions(-)