gcc/libstdc++-v3/testsuite
Ulrich Drepper 48c7b524c1 Optimize bulk mode for normal_distribution<double> for SSE3.
2012-09-26  Ulrich Drepper  <drepper@gmail.com>

	Optimize bulk mode for normal_distribution<double> for SSE3.
	* configure.host: Define cpu_opt_bits_random.
	* configure.ac: Substitute CPU_OPT_BITS_RANDOM.
	* include/Makefile.am (bits_headers): Add ${bits_host_headers}.
	(bits_host_headers): Define.
	* include/bits/random.tcc: Move __details::_Power_of_2 to...
	* include/bits/random.h: ...here.
	* include/std/random: Include <bits/opt_random.h>.
	* config/cpu/i486/opt/bits/opt_random.h: New file.
	* config/cpu/generic/opt/bits/opt_random.h: New file.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
	* aclocal.m4: Regenerated.
	* doc/Makefile.in: Regenerated.
	* include/Makefile.in: Regenerated.
	* libsupc++/Makefile.in: Regenerated.
	* po/Makefile.in: Regenerated.
	* python/Makefile.in: Regenerated.
	* src/Makefile.in: Regenerated.
	* src/c++11/Makefile.in: Regenerated.
	* src/c++98/Makefile.in: Regenerated.
	* testsuite/Makefile.in: Regenerated.

	* config/cpu/generic/opt/ext/opt_random.h: Fix comment.

From-SVN: r191758
2012-09-26 13:10:26 +00:00
..
17_intro re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++) 2012-09-20 02:10:22 +00:00
18_support
19_diagnostics
20_util re PR libstdc++/54351 (~unique_ptr() should not set stored pointer to null) 2012-08-26 01:12:40 +01:00
21_strings
22_locale re PR libstdc++/53678 (namespace pollution on NetBSD) 2012-06-18 22:43:58 +01:00
23_containers re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers) 2012-09-24 19:53:36 +00:00
24_iterators
25_algorithms 2012-05-29 François Dumont <fdumont@gcc.gnu.org> 2012-05-29 19:29:29 +00:00
26_numerics random (rice_distribution<>::operator==): Change inline friend definition to non-template. 2012-09-16 22:28:21 +00:00
27_io
28_regex 02_match: To... 2012-06-25 06:01:13 +00:00
29_atomics 9780-2.cc: Avoid -Wall warnings. 2012-05-21 23:40:55 +00:00
30_threads * testsuite/30_threads/async/54297.cc: Add dg-require-nanosleep. 2012-08-26 15:59:20 +01:00
abi
backward
config
data
decimal [multiple changes] 2012-08-06 18:06:42 +00:00
ext Implement the K-distribution as an extension. 2012-09-25 03:26:36 +00:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters cxx11.cc (struct datum): New. 2012-08-15 18:37:30 +00:00
performance 41975.cc: Use __uset_hashtable rather than removed __unordered_set. 2012-09-24 19:48:06 +00:00
tr1
tr2
util re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers) 2012-09-24 19:53:36 +00:00
Makefile.am
Makefile.in Optimize bulk mode for normal_distribution<double> for SSE3. 2012-09-26 13:10:26 +00:00