Merge pull request #2554 from ludovic-henry/coop-blocking-interrupt
[mono.git] / mcs / class / Mono.Simd / ChangeLog
1 2009-09-18 Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * Documentation/en/*: Updates to the API. Add some explanation
4         for more methods. Fix the code sample for runtime detection.
5
6 2009-08-03  Jerry Maine  <crashfourit@gmail.com>
7         
8         Contributed under the terms of the MIT/X11 license by
9         Jerry Maine <crashfourit@gail.com>.
10
11         * Mono.Simd/VectorOperations.cs: Added packed double method.
12
13 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
14
15         * Changelog: Rename this to ChangeLog.
16
17 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
18
19         * Mono.Simd.dll.sources: Added VectorOperations.cs
20
21 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
22
23         * Documentation/en/Mono.Simd/Vector*.xml: Removed references to
24         ExtractByteMask.
25
26 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
27
28         * Makefile: Add reference to System.Core so we can
29         define extension methods.
30
31         * Mono.Simd.dll.sources: Add Mono.Simd/ArrayExtensions.cs.
32
33 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
34
35         * Documentation/en/Mono.Simd/Vector*.xml: Renamed ShiftRightLogic
36         to LogicalRightShift and ShiftRightArithmetic to ArithmeticRightShift.
37
38 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
39
40         * Documentation/en/Mono.Simd/Vector*.xml: Renamed SubWithSaturation
41         to SubtractWithSaturation.
42
43 2008-11-12  Cedric Vivier  <cedricv@neonux.com>
44
45         * Documentation/en/Mono.Simd/Vector*.xml: Added Member entry for indexer (Component).
46
47 2008-11-11  Rodrigo Kumpera  <rkumpera@novell.com>
48
49         * Documentation/en/Mono.Simd/SimdRuntime.xml: Fixed some typos.
50         Added example.
51
52 2008-11-02  Jonathan Pryor  <jpryor@novell.com>
53
54         * Documentation/**: Added.
55
56 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
57
58         * Mono.Simd.dll.sources: Added AccelMode.cs, AccelerationAttribute.cs and SimdRuntime.cs.
59
60 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
61
62         * Mono.Simd.dll.sources: Added Vector2ul.cs.
63
64 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
65
66         * Mono.Simd.dll.sources: Added Vector2l.cs.
67
68 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
69
70         * Mono.Simd.dll.sources: Added Vector2d.cs.
71
72 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
73
74         * Mono.Simd.dll.sources: Added Vector8s.cs.
75
76 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
77
78         * Mono.Simd.dll.sources: Added Vector16sb.cs.
79
80 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
81
82         * Mono.Simd.dll.sources: Type renaming adjustments.
83
84 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
85
86         * Mono.Simd.dll.sources: Added Vector8us.cs and Vector16b.cs.
87
88 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
89
90         * Initial checking of the file layout