Boost C++ Libraries: Ticket #7599: spinlock_gcc_arm needs to know about __ARM_ARCH_7S__ https://svn.boost.org/trac10/ticket/7599 <p> 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. </p> <p> spinlock_gcc_arm.hpp needs to know about this, and treat it the same as the other v7 variants, in two obvious places. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7599 Trac 1.4.3 Peter Dimov Wed, 31 Oct 2012 16:04:06 GMT <link>https://svn.boost.org/trac10/ticket/7599#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7599#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81119" title="Add check for __ARM_ARCH_7S__. Refs #7599.">[81119]</a>) Add check for <span class="underline">ARM_ARCH_7S</span>. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7599" title="#7599: Bugs: spinlock_gcc_arm needs to know about __ARM_ARCH_7S__ (closed: fixed)">#7599</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Wed, 31 Oct 2012 16:12:34 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7599#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7599#comment:2</guid> <description> <p> Looks good to me, thanks. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Wed, 14 Nov 2012 11:17:52 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7599#comment:3 https://svn.boost.org/trac10/ticket/7599#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81328" title="Merged [81119] from trunk. Fixes #7599.">[81328]</a>) Merged <a class="changeset" href="https://svn.boost.org/trac10/changeset/81119" title="Add check for __ARM_ARCH_7S__. Refs #7599.">[81119]</a> from trunk. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7599" title="#7599: Bugs: spinlock_gcc_arm needs to know about __ARM_ARCH_7S__ (closed: fixed)">#7599</a>. </p> Ticket