Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
x
y
z
+
Typedefs
b
c
d
f
h
i
l
m
n
p
r
s
t
u
v
Enumerations
+
Enumerator
a
b
e
f
h
m
s
w
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
+
Functions
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
+
Variables
b
c
d
g
i
m
p
r
t
+
Typedefs
c
d
f
h
p
s
t
Enumerations
+
Enumerator
b
i
p
+
Macros
a
b
c
d
e
f
g
i
m
n
s
t
v
hwcap.hh
Go to the documentation of this file.
1
//
2
// Copyright (c) Leipzig, Madrid 1999-2017 Gert Wollny
3
//
4
// This program is free software; you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation; either version 3 of the License, or
7
// (at your option) any later version.
8
//
9
// This program is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
// GNU General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with this program; if not, write to the Free Software
16
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
//
18
//
19
//
20
21
22
23
#ifndef mia_core_hwcap_hh
24
#define mia_core_hwcap_hh
25
26
#include <
mia/core/defines.hh
>
27
28
NS_MIA_BEGIN
29
30
bool
cpu_has_sse
();
31
32
bool
cpu_has_sse2
();
33
34
bool
cpu_has_sse3
();
35
36
bool
cpu_has_ssse3
();
37
38
bool
cpu_has_fma
();
39
40
bool
cpu_has_fma4
();
41
42
bool
cpu_has_neon
();
43
44
45
NS_MIA_END
46
47
48
49
#endif
cpu_has_sse3
bool cpu_has_sse3()
cpu_has_fma
bool cpu_has_fma()
NS_MIA_BEGIN
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
Definition:
defines.hh:33
cpu_has_neon
bool cpu_has_neon()
cpu_has_sse2
bool cpu_has_sse2()
cpu_has_sse
bool cpu_has_sse()
cpu_has_fma4
bool cpu_has_fma4()
defines.hh
cpu_has_ssse3
bool cpu_has_ssse3()
NS_MIA_END
#define NS_MIA_END
conveniance define to end the mia namespace
Definition:
defines.hh:36
mia
core
hwcap.hh
Generated by
1.8.13