Wireshark-commits: [Wireshark-commits] master 78755c7: Disable SSE4.2 _ws_mempbrk_sse42 only for ol

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 Jan 2015 07:47:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=78755c775c800cf0b3413a0d1848240308d45fdd
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

78755c7 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilers
    
    This is a longer term fix to disable _ws_mempbrk_sse42 in older
    Apple compilers, which the buildbots currently use. This fix
    is the longer-term fix for the temprorary one introduced in
    g9a366b04/I2e438ff29.
    
    Bug: 10798
    Change-Id: I051ca003610c07f7d75cc19b20ff823fe4c1ce05
    Reviewed-on: https://code.wireshark.org/review/6851
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  2bf7878   Qt: Add the RTP Streams dialog.
    adds  78755c7   Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilers


Summary of changes:
 wsutil/ws_mempbrk.c |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)