Changes between Initial Version and Version 1 of Ticket #35310, comment 3


Ignore:
Timestamp:
Sep 24, 2012, 2:40:03 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35310, comment 3

    initial v1  
    11Since ML is now out, I can now discuss this.
    22
    3 netpbm needs to change.  clang is behaving correctly.  netpbm assumes that it has access to __builtin_ia32_pcmpeqb128, but it doesn't.  clang dropped suport for the GCC-specific builtin and now supports the standard _mm_cmpeq_epi8.
     3netpbm needs to change.  clang is behaving correctly.  netpbm assumes that it has access to `__builtin_ia32_pcmpeqb128`, but it doesn't.  clang dropped suport for the GCC-specific builtin and now supports the standard _mm_cmpeq_epi8.
    44
    55<rdar://problem/11858813>