91 lines
2.5 KiB
Plaintext
91 lines
2.5 KiB
Plaintext
2009-09-18 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Documentation/en/*: Updates to the API. Add some explanation
|
|
for more methods. Fix the code sample for runtime detection.
|
|
|
|
2009-08-03 Jerry Maine <crashfourit@gmail.com>
|
|
|
|
Contributed under the terms of the MIT/X11 license by
|
|
Jerry Maine <crashfourit@gail.com>.
|
|
|
|
* Mono.Simd/VectorOperations.cs: Added packed double method.
|
|
|
|
2009-07-14 Zoltan Varga <vargaz@gmail.com>
|
|
|
|
* Changelog: Rename this to ChangeLog.
|
|
|
|
2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Added VectorOperations.cs
|
|
|
|
2008-12-05 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Documentation/en/Mono.Simd/Vector*.xml: Removed references to
|
|
ExtractByteMask.
|
|
|
|
2008-11-21 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Makefile: Add reference to System.Core so we can
|
|
define extension methods.
|
|
|
|
* Mono.Simd.dll.sources: Add Mono.Simd/ArrayExtensions.cs.
|
|
|
|
2008-11-12 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Documentation/en/Mono.Simd/Vector*.xml: Renamed ShiftRightLogic
|
|
to LogicalRightShift and ShiftRightArithmetic to ArithmeticRightShift.
|
|
|
|
2008-11-12 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Documentation/en/Mono.Simd/Vector*.xml: Renamed SubWithSaturation
|
|
to SubtractWithSaturation.
|
|
|
|
2008-11-12 Cedric Vivier <cedricv@neonux.com>
|
|
|
|
* Documentation/en/Mono.Simd/Vector*.xml: Added Member entry for indexer (Component).
|
|
|
|
2008-11-11 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Documentation/en/Mono.Simd/SimdRuntime.xml: Fixed some typos.
|
|
Added example.
|
|
|
|
2008-11-02 Jonathan Pryor <jpryor@novell.com>
|
|
|
|
* Documentation/**: Added.
|
|
|
|
2008-10-29 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Added AccelMode.cs, AccelerationAttribute.cs and SimdRuntime.cs.
|
|
|
|
2008-10-28 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Added Vector2ul.cs.
|
|
|
|
2008-10-28 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Added Vector2l.cs.
|
|
|
|
2008-10-27 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Added Vector2d.cs.
|
|
|
|
2008-10-24 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Added Vector8s.cs.
|
|
|
|
2008-10-23 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Added Vector16sb.cs.
|
|
|
|
2008-10-10 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Type renaming adjustments.
|
|
|
|
2008-10-10 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Mono.Simd.dll.sources: Added Vector8us.cs and Vector16b.cs.
|
|
|
|
2008-10-03 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
* Initial checking of the file layout
|