|
|
|||
File indexing completed on 2026-08-17 08:39:05
0001 /* Copyright 2025 Joaquin M Lopez Munoz. 0002 * Distributed under the Boost Software License, Version 1.0. 0003 * (See accompanying file LICENSE_1_0.txt or copy at 0004 * http://www.boost.org/LICENSE_1_0.txt) 0005 * 0006 * See https://www.boost.org/libs/bloom for library home page. 0007 */ 0008 0009 #ifndef BOOST_BLOOM_DETAIL_AVX2_HPP 0010 #define BOOST_BLOOM_DETAIL_AVX2_HPP 0011 0012 #if defined(__AVX2__) 0013 #define BOOST_BLOOM_AVX2 0014 #endif 0015 0016 #if defined(BOOST_BLOOM_AVX2) 0017 #include <immintrin.h> 0018 #endif 0019 0020 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|