Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Simd « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46c74fcffd309dd7e130f77991f4f72475bd0b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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