mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 22:14:29 +02:00
Remove fp_exhaustive_test from Jamfile
This commit is contained in:
@@ -22,9 +22,4 @@ exe "loop_time_test"
|
|||||||
: <toolset>gcc:<cxxflags>-march=native
|
: <toolset>gcc:<cxxflags>-march=native
|
||||||
;
|
;
|
||||||
|
|
||||||
exe "fp_exhaustive_test"
|
install bin : speed_test loop_time_test ;
|
||||||
: fp_exhaustive_test.cpp
|
|
||||||
: <toolset>gcc:<cxxflags>-march=native
|
|
||||||
;
|
|
||||||
|
|
||||||
install bin : speed_test loop_time_test fp_exhaustive_test ;
|
|
||||||
|
@@ -71,8 +71,6 @@ For C++03 compilers, <code> noexcept</code> is
|
|||||||
elided .
|
elided .
|
||||||
Boost scoped enum emulation is used so that the library still works for compilers that do not support scoped enums.</p>
|
Boost scoped enum emulation is used so that the library still works for compilers that do not support scoped enums.</p>
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
Header <code><boost/endian/conversion.hpp></code>
|
Header <code><boost/endian/conversion.hpp></code>
|
||||||
<a name="Synopsis">Synopsis</a></h3>
|
<a name="Synopsis">Synopsis</a></h3>
|
||||||
@@ -364,7 +362,7 @@ that became the starting point for <b><code>boost/endian/detail/intrinsic.hpp</c
|
|||||||
Pierre Talbot provided the <code>int8_t endian_reverse()</code> and templated
|
Pierre Talbot provided the <code>int8_t endian_reverse()</code> and templated
|
||||||
<code>endian_reverse_inplace()</code> implementations.</p>
|
<code>endian_reverse_inplace()</code> implementations.</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p>Last revised: <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->25 March, 2015<!--webbot bot="Timestamp" endspan i-checksum="28920" --></p>
|
<p>Last revised: <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->26 March, 2015<!--webbot bot="Timestamp" endspan i-checksum="28922" --></p>
|
||||||
<p>© Copyright Beman Dawes, 2011, 2013</p>
|
<p>© Copyright Beman Dawes, 2011, 2013</p>
|
||||||
<p>Distributed under the Boost Software License, Version 1.0. See <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/ LICENSE_1_0.txt</a></p>
|
<p>Distributed under the Boost Software License, Version 1.0. See <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/ LICENSE_1_0.txt</a></p>
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<h1>Floating Point Concerns</h1>
|
<h1>Floating Point Concerns</h1>
|
||||||
|
|
||||||
<p dir="ltr">Consider this simple implementation of <code>endian_reverse</code>:</p>
|
<p>Consider this simple implementation of <code>endian_reverse</code>:</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>template <class T>
|
<pre>template <class T>
|
||||||
|
Reference in New Issue
Block a user