proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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
17
#include <
folly/container/detail/F14Table.h
>
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.
28
void
F14LinkCheck<getF14IntrinsicsMode()>::check
()
noexcept
{}
29
30
#if FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE
31
EmptyTagVectorType kEmptyTagVector = {};
32
#endif
33
34
FOLLY_F14_TLS_IF_ASAN
std::size_t
asanPendingSafeInserts
= 0;
35
FOLLY_F14_TLS_IF_ASAN
std::size_t
asanRehashState
= 0;
36
37
}
// namespace detail
38
}
// namespace f14
39
}
// namespace folly
F14Table.h
FOLLY_F14_TLS_IF_ASAN
#define FOLLY_F14_TLS_IF_ASAN
Definition:
F14Table.h:54
folly::f14::detail::F14LinkCheck
Definition:
F14Table.h:117
folly
—— Concurrent Priority Queue Implementation ——
Definition:
AtomicBitSet.h:29
folly::pushmi::__adl::noexcept
requires E e noexcept(noexcept(s.error(std::move(e))))
Definition:
extension_points.h:40
folly::f14::detail::asanPendingSafeInserts
FOLLY_F14_TLS_IF_ASAN std::size_t asanPendingSafeInserts
Definition:
F14Table.cpp:34
detail
Definition:
HashBenchmark.cpp:32
folly::f14::detail::asanRehashState
FOLLY_F14_TLS_IF_ASAN std::size_t asanRehashState
Definition:
F14Table.cpp:35
proxygen
folly
folly
container
detail
F14Table.cpp
Generated by
1.8.11