Wireshark-commits: [Wireshark-commits] master ff5c968: Only check for -msse4.2.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Jun 2014 19:27:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ff5c9684db63bba1e9fabcb9725518a4abc63383
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ff5c968 by Guy Harris (guy@xxxxxxxxxxxx):

    Only check for -msse4.2.
    
    We don't care about instruction set extensions other than SSE 4.2, just
    check for that.
    
    Do so on all compilers other than MSVC.
    
    Change-Id: I227c31715aab6df0e020d6bc3e3aa41e1bc5cb7e
    Reviewed-on: https://code.wireshark.org/review/2405
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8dabe00   We don't need -Qunused-arguments with Clang
    adds  ff5c968   Only check for -msse4.2.


Summary of changes:
 CMakeLists.txt |   45 +++++++++++++++------------------------------
 1 file changed, 15 insertions(+), 30 deletions(-)