☰
In std_detect::detect::cache
Structs
Cache
Initializer
Constants
CACHE_CAPACITY
Statics
CACHE
Functions
detect_and_initialize
do_initialize
initialize
set_bit
test
test_bit
unset_bit
?
Function
std_detect
::
detect
::
cache
::
set_bit
source
·
[
−
]
const fn set_bit(x:
u64
, bit:
u32
) ->
u64
🔬
This is a nightly-only experimental API. (
stdsimd
)
Expand description
Sets the
bit
of
x
.