blob: 972b73af68a205cc37c4d769373d24b723c6dfca [file] [log] [blame]
Brian Silverman44c68b12018-08-04 23:56:44 -07001/*
2Copyright Charly Chevalier 2015
3Copyright Joel Falcou 2015
4Distributed under the Boost Software License, Version 1.0.
5(See accompanying file LICENSE_1_0.txt or copy at
6http://www.boost.org/LICENSE_1_0.txt)
7*/
8
9#if !defined(BOOST_PREDEF_HARDWARE_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
10#ifndef BOOST_PREDEF_HARDWARE_H
11#define BOOST_PREDEF_HARDWARE_H
12#endif
13
14#include <boost/predef/hardware/simd.h>
15
16#endif