proxygen
F14Table.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2017-present Facebook, Inc.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
18 
19 namespace folly {
20 namespace f14 {
21 namespace detail {
22 
23 // If you get a link failure that leads you here, your build has varying
24 // compiler flags across compilation units in a way that would break F14.
25 // SIMD (SSE2 or NEON) needs to be either on everywhere or off everywhere
26 // that uses F14. If SIMD is on then hardware CRC needs to be enabled
27 // everywhere or disabled everywhere.
29 
30 #if FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE
31 EmptyTagVectorType kEmptyTagVector = {};
32 #endif
33 
36 
37 } // namespace detail
38 } // namespace f14
39 } // namespace folly
#define FOLLY_F14_TLS_IF_ASAN
Definition: F14Table.h:54
—— Concurrent Priority Queue Implementation ——
Definition: AtomicBitSet.h:29
requires E e noexcept(noexcept(s.error(std::move(e))))
FOLLY_F14_TLS_IF_ASAN std::size_t asanPendingSafeInserts
Definition: F14Table.cpp:34
FOLLY_F14_TLS_IF_ASAN std::size_t asanRehashState
Definition: F14Table.cpp:35