Fix memory barrier support on icc on ia64, 2nd attempt.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: e5592c61adb0766eaee53ec07d2f05783d1c6548
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-07-09T08:34:18Z
Releases: 9.4.0
Fix memory barrier support on icc on ia64, 2nd attempt.

Itanium doesn't have the mfence instruction - that's a 386 thing. Use the
"mf" instruction instead.

This reverts the previous commit to add "#include <emmintrinsic.h>"; the
problem was not with a missing #include.

Files

PathChange+/−
src/include/storage/barrier.h modified +5 −1