OGLplus  (0.59.0) a C++ wrapper for rendering APIs

config.hpp
Go to the documentation of this file.
1 #ifndef EAGINE_VECT_CONFIG_HPP
9 #define EAGINE_VECT_CONFIG_HPP
10 
11 #ifndef EAGINE_USE_SIMD
12 
13 #if defined(__clang__) || defined(__GNUC__)
14 #define EAGINE_USE_SIMD __SSE__
15 #else
16 #define EAGINE_USE_SIMD 0
17 #endif
18 
19 #endif
20 
21 #ifndef EAGINE_VECT_OPTS
22 #define EAGINE_VECT_OPTS 1
23 #endif
24 
25 #endif // EAGINE_VECT_CONFIG_HPP

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).