aboutsummaryrefslogtreecommitdiff
blob: 633deb642d73c3d1e3c11db75cfc6756580c5a14 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <email>xarthisius@gentoo.org</email>
    <name>Kacper Kowalik</name>
  </maintainer>
  <maintainer>
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <longdescription lang="en">
		AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports
		32/64-bit x86 processors including all usable extensions (FPU, MMX,
		3dNow, SSE, SSE2, SSE3 and SSE4) through type-safe API that mimics Intel
		assembler syntax and eliminates nearly all common mistakes that can be
		done by developers.

		AsmJit contains also high-level code generation classes that can be used
		as a portable way to create JIT code that should run on all supported
		architectures. High-level classes can handle various function
		calling-conventions, register allocation and 32/64-bit mode differences.
	</longdescription>
</pkgmetadata>