summaryrefslogtreecommitdiffstats
path: root/dev/ports/hardware.mdwn
blob: 614d83a08548a3562bdb39a6f3c696ae48dcee32 (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
91
92
93
94
95
96
97
98
99
[[!meta title="Hardware Ports"]]

ARM ISAs
========

ARM Cortex-A8 Core
------------------

    Status: Current
    String: cortexa8
    ISAs: ARMv7-A, Thumb, Thumb-2, NEON SIMD
    Word size: 32 bits
    Byte order: little-endian
    PCS: Procedure Call Standard for the ARM Architecture
    Floating-point ABI: hardware
    CFLAGS: -O3 -fsingle-precision-constant
    GCC configure options: --with-arch=armv7-a --with-cpu=cortex-a8
     --with-tune=cortex-a8 --with-mode=thumb --with-fpu=neon --with-float=hard
     --with-abi=aapcs-linux


Intel ISAs
==========

Intel486 Microarchitecture
--------------------------

    Status: Potential
    String: i486
    Word size: 32 bits
    Byte order: little-endian
    GCC CPU name: i486

Intel P5 Microarchitecture
--------------------------

    Status: Potential
    String: p5 or i586
    Word size: 32 bits
    Byte order: little-endian
    GCC CPU name: pentium

Intel P5 Microarchitecture + MMX
--------------------------------

    Status: Potential
    String: p5mmx or i586mmx
    Word size: 32 bits
    Byte order: little-endian
    GCC CPU name: pentium-mmx

Intel Core Microarchitecture
----------------------------

    Status: Planned
    String: core2 or core
    Word size: 64 bits
    Byte order: little-endian
    GCC CPU name: core2

Intel Nehalem Microarchitecture
-------------------------------

    Status: Potential
    String: nehalem or corei3 or corei7
    Word size: 64 bits
    Byte order: little-endian
    GCC CPU name: corei7

Intel Sandy Bridge Microarchitecture
------------------------------------

    Status: Potential
    String: sandybridge or cori3avx or corei7avx
    Word size: 64 bits
    Byte order: little-endian
    GCC CPU name: corei7-avx


AMD ISAs
========

AMD K8 Microarchitecture
------------------------

    Status: Planned
    String: k8
    Word size: 64 bits
    Byte order: little-endian
    GCC CPU name: k8

AMD Family 10h Microarchitecture
--------------------------------

    Status: Potential
    String: amdfam10h or fam10h
    Word size: 64 bits
    Byte order: little-endian
    GCC CPU name: amdfam10h