Difference between revisions of "News:Eigen 3.0.1 released!"

From Eigen
Jump to: navigation, search
(New page: Eigen 3.0.1 has been released on May 30, 2011. The source archive is at: http://bitbucket.org/eigen/eigen/get/3.0.1.tar.bz2 In addition to various minor bug fixes, this release brings of...)
 
 
Line 6: Line 6:
 
In addition to various minor bug fixes, this release brings official support for gcc 4.6 and ARM NEON as well as an improved support for custom scalar types.
 
In addition to various minor bug fixes, this release brings official support for gcc 4.6 and ARM NEON as well as an improved support for custom scalar types.
 
The later includes exceptions safety and the automatic uses of the math functions declared in the scalar type's namespace.
 
The later includes exceptions safety and the automatic uses of the math functions declared in the scalar type's namespace.
The support for ARM NEON has been possible thanks to the GCC Compile Farm Project.
 
  
 
[[ChangeLog#Eigen_3.0.1|Complete changelog.]]
 
[[ChangeLog#Eigen_3.0.1|Complete changelog.]]

Latest revision as of 21:32, 5 June 2011

Eigen 3.0.1 has been released on May 30, 2011.

The source archive is at: http://bitbucket.org/eigen/eigen/get/3.0.1.tar.bz2

In addition to various minor bug fixes, this release brings official support for gcc 4.6 and ARM NEON as well as an improved support for custom scalar types. The later includes exceptions safety and the automatic uses of the math functions declared in the scalar type's namespace.

Complete changelog.