Opened 13 years ago
Closed 13 years ago
#3351 closed Bugs (fixed)
icc 11.0 knows about __sync_lock_test_and_set
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | smart_ptr |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The attached patch allows the use of sync_lock_test_and_set by boost/smart_ptr/detail/spinlock.hpp.
Attachments (1)
Change History (5)
by , 13 years ago
comment:1 by , 13 years ago
Component: | None → smart_ptr |
---|---|
Owner: | set to |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Status: | new → assigned |
---|
Note:
See TracTickets
for help on using tickets.
(In [57951]) Enable sync use on Intel 11.0 or later. Refs #3351.