vec_register.hpp 463 B

1234567891011121314
  1. #ifndef BOOST_QVM_VEC_REGISTER_HPP_INCLUDED
  2. #define BOOST_QVM_VEC_REGISTER_HPP_INCLUDED
  3. // Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc.
  4. // Copyright 2018 agate-pris
  5. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  6. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. #include <boost/qvm/vec_register2.hpp>
  8. #include <boost/qvm/vec_register3.hpp>
  9. #include <boost/qvm/vec_register4.hpp>
  10. #endif