forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite5592c6
committed
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>"; theproblem was not with a missing #include.1 parent6052bce commite5592c6
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 |
| |
| 60 | + | |
| 61 | + | |
58 | 62 |
| |
59 | 63 |
| |
60 | 64 |
| |
|
0 commit comments
Comments
(0)