2012/12/18  Nakata Maho <maho@riken.jp> 0.8.0.
	    * Intel Xeon Phi support 
		This build is supported by
		very unusual way.
	      Please see
		misc/prepare_mpacklibs_for_mic.sh
	    and misc/build_mpack_for_mic.sh for details.
	    * build fixes.

2012/11/21  Nakata Maho <maho@riken.jp> 0.8.0.
            * Integration of CUDA code.
            * Far better benchmarking.

2012/03/25  Nakata Maho <maho@riken.jp> 0.7.0
            * Add __float128 support for gcc.
            * Many cleanups.

2012/02/14  Nakata Maho <maho@riken.jp> 0.7.0
            * We can choose which libraries to be built.
            * We build BLAS and LAPACK as well to avoid version mismatch
              or small unnecessary fixes by distributions.
            * Change file/directory layout.

2010/08/19  Nakata Maho <maho@riken.jp> 0.6.7
            * Add Rgecon etc. condition estimation.

2010/08/07  Nakata Maho <maho@riken.jp> 0.6.7
            * All files are now 2 clause BSD style license.

2010/08/05  Nakata Maho <maho@riken.jp> 0.6.6
            * build fixes on various environments just using internal 
              MP libraries.
            * Now 92 mlapack routines.
            * mpfr has been update to 3.0.0.
            
2010/05/20  Nakata Maho <maho@riken.jp> 0.6.5
            * working towards 0.6.5 release

2010/05/04  Nakata Maho <maho@riken.jp> 0.6.5
            * Rewrite testing (quality assurance) part
            * Include GMP/MPFR/MPC/QD under external directory

2010/03/15  Nakata Maho <maho@riken.jp> 0.6.5
            * license has been changed to two clause BSD license.
            * using std::complex<double> instead of double_complex 

2010/02/03  Nakata Maho <maho@riken.jp> 0.6.5
            * Environment variable MPACK_GMP_PRECISION, and MPACK_MPFR_PRECISION
              are available.

2010/01/28  Nakata Maho <maho@riken.jp> 0.6.5
            * Add mpfr and double (in C; de-facto IEEE 754) version.
            * Various cosmetic fixes.

2010/01/13  Nakata Maho <maho@riken.jp> 0.6.4
            * 90 routines.
            * RE on MacOSX, PPC/Intel Tiger, Cent OS (Linux x86-64)
               and mingw Windows.
            * Total 666 routines.
              LAPACK 3.1.1 : d*f, z*f, izmax, ilaenv, dlamch : 674
                             not to be implemented              14
                                                (Rlacon, Clacon -2)
2009/11/24  Nakata Maho <maho@riken.jp> 0.6.0
            * All LAPACK routines are translated into C++.
              Total 668 routines.
              LAPACK 3.1.1 : d*f, z*f, izmax, ilaenv, dlamch : 674
                             not to be implemented              12

2009/10/06  Nakata Maho <maho@riken.jp> 0.6.0
            * Start OpenMP support
            * BLAS wrapper support

2009/10/05  Nakata Maho <maho@riken.jp> 0.5.1
            * -Wall -Werror support 
            * clean up with gcc 4.4

2009/09/24  Nakata Maho <maho@riken.jp> 0.5.0
            * add examples
            * using namespace std cleanup
            * builds fine on fbsd7/amd64
            * lost compatibility between sdpa-gmp, qd and dd but will be added
              in 0.6.0.

2009/09/19  Nakata Maho <maho@riken.jp> 0.1.0
            * mlapack GMP/QD/DD, and testing is 
            * <inttypes.h> to use 32bit int or 64bit int

2009/09/12  Nakata Maho <maho@riken.jp> 0.1.0
            * GMP/QD/DD support by shared source
            * abondon template support

2009/05/18  Nakata Maho <maho@riken.jp> 0.1.0
            * Start working as 0.1.0
            * QD/DD support
            * template support

2009/02/09  Nakata Maho <maho@riken.jp> 0.0.9
            * Fix small misc stuffs.
            * Upload as 0.0.9 mpack package.

2009/02/06  Nakata Maho <maho@riken.jp> 0.0.9
            * Fix bug in Msign and Rlaswp.
            * MPACK supports sdpa-gmp!
            * 355 MLAPACK routines are implemented, and 37 are tested.
            * 76 MBLAS routines are implemented and tested. 

2009/01/07  Nakata Maho <maho@riken.jp> 0.0.8
            * Tested MLAPACK routines 
              Rpotrf Rsteqr Rsterf Rsytd2 Rsytrd Rsyev
            * 355 MLAPACK routines are implemented, and 29 are tested.
            * 76 MBLAS routines are implemented and tested. 
            * Moved to sourceforge.net.
 
2009/01/01  Nakata Maho <maho@riken.jp> 0.0.7
	    * Workaround expornential bug (?) in 64bit/GMP.
            * Bug fix in Rlarft. dlarft.f should also mention N<=K
            * Tested MLAPACK routines 
              Rorg2l Rorg2r 
              Rorgqr Rorgql Rorgtr Rpotrf Rsteqr
            * 355 MLAPACK routines are implemented, and 25 are tested.
            * 76 MBLAS routines are implemented and tested. 

2008/08/22  Nakata Maho <maho@riken.jp> 0.0.6
            * Build fix.

2008/08/14  Nakata Maho <maho@riken.jp> 0.0.5
	    * Implement some of LAPACK functions.
                Rlamch Rlae2  Rlaev2 Rlassq Rlanst
                Rlansy Rlapy2 Rlarf  Rlarfg Rpotf2
                Rlarfb Rlaset Rlarft Rlartg Rlascl
                Rlasrt Rlasr  Rlatrd
            * Generating of prototypes from the BLAS/LAPACK code and f2c.
            
2008/07/23  Nakata Maho <maho@riken.jp> 0.0.4
	    All test cases have been imported. Currently,
	    Ctrsv, Rsyrk, Rtrsv, Rtrsm, Rtbsv and Rtpsv

2008/07/18  Nakata Maho <maho@riken.jp> 0.0.3
	    "OpenOffice.org" is inappropriately used in headers. 

2008/07/17  Nakata Maho <maho@riken.jp> 0.0.2
	    Build fix on gcc-4.3 (Fedora 9).

2008/07/15  Nakata Maho <maho@riken.jp>
	    Configurable on MacOSX and FreeBSD. 

2008/07/11  Nakata Maho <maho@riken.jp>
	    Add configure script.

2008/07/02  Nakata Maho <maho@riken.jp>
	    License has been changed to LGPLv3.
            Prepare configure stuffs.

2008/06/27  Nakata Maho <maho@riken.jp>
            Add modifid BSD liceence headers to all files,
            From http://www.netlib.org/lapack/COPYING .

2008/06/26  Nakata Maho <maho@riken.jp>
            Initial release. No configure, no Makefile, no
            installation instruction. Only the sources.

