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