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 
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 
46 
47 
48 
49 #endif
bool cpu_has_sse3()
bool cpu_has_fma()
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
Definition: defines.hh:33
bool cpu_has_neon()
bool cpu_has_sse2()
bool cpu_has_sse()
bool cpu_has_fma4()
bool cpu_has_ssse3()
#define NS_MIA_END
conveniance define to end the mia namespace
Definition: defines.hh:36