Hi, i am currently working on a linear Algebra API called LinAlg and looking for SIMD and or 3DNOW extensions to speed up operations in particular Vector and Matrix operations.
I wonder if there is SIMD and or 3DNOW support in Java 6 or OpenJDK. I have worked with SIMD and 3DNOW with C++ on some 3D Graphics APIs for DirectX. - Alex