Opened 10 years ago

Closed 10 years ago

#7599 closed Bugs (fixed)

spinlock_gcc_arm needs to know about __ARM_ARCH_7S__

Reported by: Phil Endecott Owned by: Peter Dimov
Milestone: To Be Determined Component: smart_ptr
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

ARMv7s is an ARMv7 variant that has more floating point registers and an integer divide instruction. It is used in Apple's new A6 processor in the iPhone 5 and 4th-generation iPad.

spinlock_gcc_arm.hpp needs to know about this, and treat it the same as the other v7 variants, in two obvious places.

Change History (3)

comment:1 by Peter Dimov, 10 years ago

(In [81119]) Add check for ARM_ARCH_7S. Refs #7599.

comment:2 by anonymous, 10 years ago

Looks good to me, thanks.

comment:3 by Peter Dimov, 10 years ago

Resolution: fixed
Status: newclosed

(In [81328]) Merged [81119] from trunk. Fixes #7599.

Note: See TracTickets for help on using tickets.