Opened 13 years ago

Closed 13 years ago

#3351 closed Bugs (fixed)

icc 11.0 knows about __sync_lock_test_and_set

Reported by: andyc@… 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)

patch (450 bytes ) - added by Andrew Chittenden <andyc@…> 13 years ago.

Download all attachments as: .zip

Change History (5)

by Andrew Chittenden <andyc@…>, 13 years ago

Attachment: patch added

comment:1 by anonymous, 13 years ago

Component: Nonesmart_ptr
Owner: set to Peter Dimov

comment:2 by Peter Dimov, 13 years ago

(In [57951]) Enable sync use on Intel 11.0 or later. Refs #3351.

comment:3 by Peter Dimov, 13 years ago

Status: newassigned

comment:4 by Peter Dimov, 13 years ago

Resolution: fixed
Status: assignedclosed

Fixed with [58064].

Note: See TracTickets for help on using tickets.