blob: 2b9a569cfddc046b0632234342d94cbf7c832b2a [file] [log] [blame]
Anton Korobeynikov3070cd72007-03-21 21:48:59 +00001//===---------------------------------------------------------------------===//
2
3Vector instructions support.
4
5ShuffleVector
6ExtractElement
7InsertElement
8
9//===---------------------------------------------------------------------===//
10
11Add "OpaqueType" type.
12
13//===---------------------------------------------------------------------===//
14
Anton Korobeynikov3070cd72007-03-21 21:48:59 +000015"switch" instruction emulation with CLI "switch" instruction.
16
17//===---------------------------------------------------------------------===//
18
19Write linker for external function, because function export need to know
20dynamic library where function located.
21
22.method static hidebysig pinvokeimpl("msvcrt.dll" cdecl)
23 void free(void*) preservesig {}
24
Anton Korobeynikov3070cd72007-03-21 21:48:59 +000025
26