• Tom Lane's avatar
    Allow icc to use the same atomics infrastructure as gcc. · cf25b2a2
    Tom Lane authored
    The atomics headers were written under the impression that icc doesn't
    handle gcc-style asm blocks, but this is demonstrably false on x86_[64],
    because s_lock.h has done it that way for more than a decade.  (The jury is
    still out on whether this also works on ia64, so I'm leaving ia64-related
    code alone for the moment.)  Treat gcc and icc the same in these headers.
    This is less code and it should improve the results for icc, because we
    hadn't gotten around to providing icc-specific implementations for most
    of the atomics.
    cf25b2a2
generic-gcc.h 6.75 KB