https://doc.rust-lang.org/nightly/core/intrinsics/mir/fn.Variant.html
Variant in core::intrinsics::mir - Rust
Adds a variant projection with the given index to the place.
variantcoreintrinsicsmirrust
https://doc.rust-lang.org/nightly/std/intrinsics/fallback/trait.CarryingMulAdd.html
CarryingMulAdd in std::intrinsics::fallback - Rust
API documentation for the Rust `CarryingMulAdd` trait in crate `std`.
stdintrinsicsfallbackrust
https://doc.rust-lang.org/beta/core/intrinsics/fn.fmaf32.html
fmaf32 in core::intrinsics - Rust
Returns `a * b + c` for `f32` values.
coreintrinsicsrust
https://arxiv.org/abs/2311.00750
[2311.00750] Are These the Same Apple? Comparing Images Based on Object Intrinsics
Abstract page for arXiv paper 2311.00750: Are These the Same Apple? Comparing Images Based on Object Intrinsics
https://doc.rust-lang.org/stable/std/intrinsics/simd/fn.simd_reduce_all.html
simd_reduce_all in std::intrinsics::simd - Rust
Checks if all mask values are true.
all insimdreducestdintrinsics
https://rust.docs.kernel.org/core/intrinsics/fn.write_via_move.html
write_via_move in core::intrinsics - Rust
This is an implementation detail of `crate::ptr::write` and should not be used anywhere else. See its comments for why this exists.
move inwriteviacoreintrinsics
https://metadata.ftp-master.debian.org/changelogs/main/i/intel-vc-intrinsics/?C=M;O=A
Index of /changelogs/main/i/intel-vc-intrinsics
index ofchangelogsmainintelvc
https://rust.docs.kernel.org/core/intrinsics/fn.prefetch_write_data.html
prefetch_write_data in core::intrinsics - Rust
The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction for the given address if supported; otherwise, it is a no-op....
data inprefetchwritecoreintrinsics
https://doc.rust-lang.org/stable/core/intrinsics/fn.fmaf128.html
fmaf128 in core::intrinsics - Rust
Returns `a * b + c` for `f128` values.
coreintrinsicsrust
https://doc.rust-lang.org/core/intrinsics/mir/fn.Offset.html
Offset in core::intrinsics::mir - Rust
API documentation for the Rust `Offset` fn in crate `core`.
offsetcoreintrinsicsmirrust
https://doc.rust-lang.org/nightly/core/intrinsics/simd/index.html
core::intrinsics::simd - Rust
SIMD compiler intrinsics.
coreintrinsicssimdrust
https://dev-doc.rust-lang.org/stable/core/intrinsics/fallback/trait.CarryingMulAdd.html
CarryingMulAdd in core::intrinsics::fallback - Rust
API documentation for the Rust `CarryingMulAdd` trait in crate `core`.
coreintrinsicsfallbackrust
https://doc.rust-lang.org/beta/std/intrinsics/fallback/trait.DisjointBitOr.html
DisjointBitOr in std::intrinsics::fallback - Rust
API documentation for the Rust `DisjointBitOr` trait in crate `std`.
stdintrinsicsfallbackrust
https://doc.rust-lang.org/beta/std/intrinsics/mir/enum.UnwindTerminateReason.html
UnwindTerminateReason in std::intrinsics::mir - Rust
The reason we are terminating the process during unwinding.
stdintrinsicsmirrust
https://doc.rust-lang.org/nightly/core/intrinsics/fn.read_via_copy.html
read_via_copy in core::intrinsics - Rust
This is an implementation detail of `crate::ptr::read` and should not be used anywhere else. See its comments for why this exists.
readviacopycoreintrinsics
https://doc.rust-lang.org/nightly/nightly-rustc/rustc_const_eval/interpret/intrinsics/index.html
rustc_const_eval::interpret::intrinsics - Rust
Intrinsics and other functions that the interpreter executes without looking at their MIR. Intrinsics/functions supported here are shared by CTFE and miri.
rustcconstevalinterpretintrinsics
https://rust.docs.kernel.org/core/intrinsics/fn.ctlz_nonzero.html
ctlz_nonzero in core::intrinsics - Rust
Like `ctlz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.
nonzerocoreintrinsicsrust
https://doc.rust-lang.org/beta/core/intrinsics/fn.likely.html
likely in core::intrinsics - Rust
Hints to the compiler that branch condition is likely to be true. Returns the value passed to it.
likelycoreintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.nontemporal_store.html
nontemporal_store in core::intrinsics - Rust
Emits a `nontemporal` store, which gives a hint to the CPU that the data should not be held in cache. Except for performance, this is fully equivalent to...
storecoreintrinsicsrust
https://doc.rust-lang.org/stable/core/intrinsics/fn.minimumf16.html
minimumf16 in core::intrinsics - Rust
Returns the minimum of two `f16` values, propagating NaN.
coreintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.ceilf32.html
ceilf32 in core::intrinsics - Rust
Returns the smallest integer greater than or equal to an `f32`.
coreintrinsicsrust
https://docs.amd.com/r/en-US/ug1399-vitis-hls/DSP-Intrinsics?contentId=WIA3yu6unjtolDBP9r2Xeg
DSP Intrinsics - DSP Intrinsics - 2025.2 English - UG1399
Integer arithmetic is automatically mapped to DSP resources by the VHLS compiler, however, an experienced designer, familiar with the internal architecture of...
dspintrinsicsenglish
https://lists.gnupg.org/pipermail/gcrypt-devel/2025-September/005941.html
[PATCH] configure.ac: perform RISC-V vector crypto intrinsics bug checks without LTO
https://gcc.gnu.org/onlinedocs/gcc-8.3.0/gcc/x86-control-flow-protection-intrinsics.html
Using the GNU Compiler Collection (GCC): x86 control-flow protection intrinsics
Using the GNU Compiler Collection (GCC): x86 control-flow protection intrinsics
gnu compiler collectioncontrol flowusing
https://www.kernel.org/doc/rustdoc/latest/core/intrinsics/fn.size_of.html
size_of in core::intrinsics - Rust
The size of a type in bytes.
sizecoreintrinsicsrust
https://doc.rust-lang.org/beta/core/intrinsics/fn.variant_count.html
variant_count in core::intrinsics - Rust
Returns the number of variants of the type `T` cast to a `usize`; if `T` has no variants, returns `0`. Uninhabited variants will be counted.
variantcountcoreintrinsicsrust
https://www.kernel.org/doc/rustdoc/latest/core/intrinsics/fn.unchecked_funnel_shl.html
unchecked_funnel_shl in core::intrinsics - Rust
funnelshlcoreintrinsicsrust
https://qa.debian.org/excuses.php?package=intel-vc-intrinsics
Testing Excuses for intel-vc-intrinsics -- Debian Quality Assurance
for inteltestingexcusesvcintrinsics
https://rust.docs.kernel.org/core/intrinsics/fn.type_id.html
type_id in core::intrinsics - Rust
Gets an identifier which is globally unique to the specified type. This function will return the same value for a type regardless of whichever crate it is...
typeidcoreintrinsicsrust
https://doc.rust-lang.org/stable/nightly-rustc/rustc_mir_transform/lower_intrinsics/struct.LowerIntrinsics.html
LowerIntrinsics in rustc_mir_transform::lower_intrinsics - Rust
API documentation for the Rust `LowerIntrinsics` struct in crate `rustc_mir_transform`.
rustcmirtransformlowerintrinsics
https://rust.docs.kernel.org/core/intrinsics/fn.log10f64.html
log10f64 in core::intrinsics - Rust
Returns the base 10 logarithm of an `f64`.
coreintrinsicsrust
https://ftp.jp.debian.org/debian/pool/main/i/intel-vc-intrinsics/
Index of /debian/pool/main/i/intel-vc-intrinsics
index ofdebianpoolmainintel
https://doc.rust-lang.org/beta/std/intrinsics/simd/fn.simd_bitreverse.html
simd_bitreverse in std::intrinsics::simd - Rust
Reverses bits of each element.
simdstdintrinsicsrust
https://www.kernel.org/doc/rustdoc/latest/core/intrinsics/fn.vtable_size.html
vtable_size in core::intrinsics - Rust
The intrinsic will return the size stored in that vtable.
sizecoreintrinsicsrust
https://doc.rust-lang.org/stable/core/intrinsics/simd/fn.simd_bswap.html
simd_bswap in core::intrinsics::simd - Rust
Swaps bytes of each element.
simdbswapcoreintrinsicsrust
https://it.mathworks.com/help/vision/ref/intrinsicsestimationerrors.html
intrinsicsEstimationErrors - Object for storing standard errors of estimated camera intrinsics and...
The intrinsicsEstimationErrors object contains the standard errors of estimated camera intrinsics and distortion coefficients.
standard errorsobjectstoring
https://rust.docs.kernel.org/core/intrinsics/fn.vtable_size.html
vtable_size in core::intrinsics - Rust
The intrinsic will return the size stored in that vtable.
sizecoreintrinsicsrust
https://doc.rust-lang.org/stable/core/intrinsics/fn.round_ties_even_f128.html
round_ties_even_f128 in core::intrinsics - Rust
Returns the nearest integer to an `f128`. Rounds half-way cases to the number with an even least significant digit.
roundtiesevencoreintrinsics
https://fr.mathworks.com/help/vision/ref/intrinsicsestimationerrors.html
intrinsicsEstimationErrors - Object for storing standard errors of estimated camera intrinsics and...
The intrinsicsEstimationErrors object contains the standard errors of estimated camera intrinsics and distortion coefficients.
standard errorsobjectstoring
https://dev.to/aws-builders/porting-architecture-specific-cc-intrinsics-to-graviton-5em6
Porting Architecture Specific C/C++ Intrinsics to Graviton - DEV Community
Migrating C/C++ applications from x64 to Graviton requires recompiling the source code for the Arm... Tagged with aws.
portingarchitecturespecificintrinsicsgraviton
https://rust.docs.kernel.org/core/intrinsics/fn.const_deallocate.html
const_deallocate in core::intrinsics - Rust
Deallocates a memory which allocated by `intrinsics::const_allocate` at compile time. At runtime, it does nothing.
constdeallocatecoreintrinsicsrust
https://doc.rust-lang.org/stable/core/intrinsics/fn.minnumf32.html
minnumf32 in core::intrinsics - Rust
Returns the minimum of two `f32` values, ignoring NaN.
coreintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.sinf64.html
sinf64 in core::intrinsics - Rust
Returns the sine of an `f64`.
coreintrinsicsrust
https://doc.rust-lang.org/beta/std/intrinsics/mir/enum.BasicBlock.html
BasicBlock in std::intrinsics::mir - Rust
Type representing basic blocks.
stdintrinsicsmirrust
https://doc.rust-lang.org/beta/core/intrinsics/fn.prefetch_read_data.html
prefetch_read_data in core::intrinsics - Rust
The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction for the given address if supported; otherwise, it is a no-op....
data inprefetchreadcoreintrinsics
https://doc.rust-lang.org/stable/std/intrinsics/fn.logf128.html
logf128 in std::intrinsics - Rust
Returns the natural logarithm of an `f128`.
stdintrinsicsrust
https://devblogs.microsoft.com/dotnet/dotnet-8-hardware-intrinsics/
Hardware Intrinsics in .NET 8 - .NET Blog
Dec 18, 2023 - .NET 8 includes significant improvements to the Hardware Intrinsics feature.
hardwareintrinsicsblog
https://rust.docs.kernel.org/core/intrinsics/fn.size_of.html
size_of in core::intrinsics - Rust
The size of a type in bytes.
sizecoreintrinsicsrust
https://doc.rust-lang.org/nightly/core/intrinsics/mir/fn.UnwindTerminate.html
UnwindTerminate in core::intrinsics::mir - Rust
An unwind action that terminates the execution.
coreintrinsicsmirrust
https://doc.rust-lang.org/stable/std/intrinsics/fn.frem_algebraic.html
frem_algebraic in std::intrinsics - Rust
Float remainder that allows optimizations based on algebraic rules.
fremalgebraicstdintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.log10f32.html
log10f32 in core::intrinsics - Rust
Returns the base 10 logarithm of an `f32`.
coreintrinsicsrust
https://llvm.org/docs/ExtendingLLVM.html
Extending LLVM: Adding instructions, intrinsics, types, etc. - LLVM
extendingllvmaddinginstructionsintrinsics
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.intrinsics.vector128.createscalar?view=net-10.0
Vector128.CreateScalar Method (System.Runtime.Intrinsics) | Microsoft Learn
methodsystemruntimeintrinsicsmicrosoft
https://rust.docs.kernel.org/core/intrinsics/fn.rotate_left.html
rotate_left in core::intrinsics - Rust
Performs rotate left.
rotateleftcoreintrinsicsrust
https://doc.rust-lang.org/beta/core/intrinsics/fn.round_ties_even_f32.html
round_ties_even_f32 in core::intrinsics - Rust
Returns the nearest integer to an `f32`. Rounds half-way cases to the number with an even least significant digit.
roundtiesevencoreintrinsics
https://rust.docs.kernel.org/core/intrinsics/fn.unchecked_shl.html
unchecked_shl in core::intrinsics - Rust
shlcoreintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.assume.html
assume in core::intrinsics - Rust
Informs the optimizer that a condition is always true. If the condition is false, the behavior is undefined.
assumecoreintrinsicsrust
https://www.kernel.org/doc/rustdoc/latest/core/intrinsics/fn.unchecked_funnel_shr.html
unchecked_funnel_shr in core::intrinsics - Rust
funnelshrcoreintrinsicsrust
https://it.mathworks.com/matlabcentral/answers/1836873-camera-intrinsics-for-camera-2-not-returned-by-estimatecameraparameters
Camera Intrinsics for camera 2 not returned by estimateCameraParameters. - MATLAB Answers - MATLAB...
Camera Intrinsics for camera 2 not returned by... Learn more about computer vision toolbox stereo vision, estimatecameraparameters MATLAB, Computer Vision...
cameraintrinsicsreturnedmatlabanswers
https://doc.rust-lang.org/nightly/core/intrinsics/fallback/trait.DisjointBitOr.html
DisjointBitOr in core::intrinsics::fallback - Rust
API documentation for the Rust `DisjointBitOr` trait in crate `core`.
coreintrinsicsfallbackrust
https://developer.nvidia.com/blog/unlocking-gpu-intrinsics-in-hlsl/
Unlocking GPU Intrinsics in HLSL | NVIDIA Technical Blog
Nov 30, 2023 - There are some useful intrinsic functions in the NVIDIA GPU instruction set that are not included in standard graphics APIs. Updated from the original 2016...
unlockinggpuintrinsicshlslnvidia
https://rust.docs.kernel.org/core/intrinsics/fn.rustc_peek.html
rustc_peek in core::intrinsics - Rust
Magic intrinsic that derives its meaning from attributes attached to the function.
rustcpeekcoreintrinsics
https://doc.rust-lang.org/nightly/core/intrinsics/enum.AtomicOrdering.html
AtomicOrdering in core::intrinsics - Rust
A type for atomic ordering parameters for intrinsics. This is a separate type from `atomic::Ordering` so that we can make it `ConstParamTy` and fix the values...
coreintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.bswap.html
bswap in core::intrinsics - Rust
Reverses the bytes in an integer type `T`.
bswapcoreintrinsicsrust
https://doc.rust-lang.org/core/intrinsics/fallback/trait.CarrylessMul.html
CarrylessMul in core::intrinsics::fallback - Rust
API documentation for the Rust `CarrylessMul` trait in crate `core`.
coreintrinsicsfallbackrust
https://doc.rust-lang.org/stable/core/intrinsics/fn.log10f16.html
log10f16 in core::intrinsics - Rust
Returns the base 10 logarithm of an `f16`.
coreintrinsicsrust
https://lkml.iu.edu/hypermail/linux/kernel/1804.0/02887.html
Linux-Kernel Archive: Re: [PATCH] MIPS: vmlinuz: Fix compiler intrinsics location and build directly
https://rust.docs.kernel.org/core/intrinsics/fn.arith_offset.html
arith_offset in core::intrinsics - Rust
Calculates the offset from a pointer, potentially wrapping.
arithoffsetcoreintrinsicsrust
https://docs.amd.com/r/2022.1-English/ug1079-ai-engine-kernel-coding/MAC-Intrinsics
MAC Intrinsics - MAC Intrinsics - 2022.1 English - UG1079
MAC intrinsics perform vector multiply and accumulate operations between data from two buffers, the X and Z buffers, with the other parameters and options...
macintrinsicsenglish
https://doc.rust-lang.org/stable/std/intrinsics/simd/fn.simd_bitreverse.html
simd_bitreverse in std::intrinsics::simd - Rust
Reverses bits of each element.
simdstdintrinsicsrust
https://doc.rust-lang.org/stable/core/intrinsics/fn.atomic_or.html
atomic_or in core::intrinsics - Rust
Bitwise or with the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer...
atomiccoreintrinsicsrust
https://doc.rust-lang.org/stable/core/intrinsics/fn.assert_mem_uninitialized_valid.html
assert_mem_uninitialized_valid in core::intrinsics - Rust
A guard for `std::mem::uninitialized`. This will statically either panic, or do nothing. It does not guarantee to ever panic, and should only be called if an...
assertmemvalidcoreintrinsics
https://doc.rust-lang.org/core/intrinsics/fn.unchecked_funnel_shr.html
unchecked_funnel_shr in core::intrinsics - Rust
funnelshrcoreintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.ptr_mask.html
ptr_mask in core::intrinsics - Rust
Masks out bits of the pointer according to a mask.
ptrmaskcoreintrinsicsrust
https://doc.rust-lang.org/stable/core/intrinsics/fn.unchecked_shl.html
unchecked_shl in core::intrinsics - Rust
shlcoreintrinsicsrust
https://doc.rust-lang.org/core/intrinsics/fallback/trait.FunnelShift.html
FunnelShift in core::intrinsics::fallback - Rust
API documentation for the Rust `FunnelShift` trait in crate `core`.
coreintrinsicsfallbackrust
https://rust.docs.kernel.org/core/intrinsics/fn.volatile_load.html
volatile_load in core::intrinsics - Rust
Performs a volatile load from the `src` pointer.
volatileloadcoreintrinsicsrust
https://doc.rust-lang.org/nightly/core/intrinsics/index.html
core::intrinsics - Rust
Compiler intrinsics.
coreintrinsicsrust
https://doc.rust-lang.org/stable/std/intrinsics/enum.AtomicOrdering.html
AtomicOrdering in std::intrinsics - Rust
A type for atomic ordering parameters for intrinsics. This is a separate type from `atomic::Ordering` so that we can make it `ConstParamTy` and fix the values...
stdintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.sqrtf64.html
sqrtf64 in core::intrinsics - Rust
Returns the square root of an `f64`
coreintrinsicsrust
https://doc.rust-lang.org/stable/nightly-rustc/src/rustc_mir_transform/lower_intrinsics.rs.html
lower_intrinsics.rs - source
Source of the Rust file `compiler/rustc_mir_transform/src/lower_intrinsics.rs`.
lowerintrinsicsrssource
https://rust.docs.kernel.org/core/intrinsics/fn.transmute.html
transmute in core::intrinsics - Rust
Reinterprets the bits of a value of one type as another type.
transmutecoreintrinsicsrust
https://doc.rust-lang.org/nightly/std/intrinsics/simd/fn.simd_masked_load.html
simd_masked_load in std::intrinsics::simd - Rust
Reads a vector of pointers.
simdmaskedloadstdintrinsics
https://rust.docs.kernel.org/core/intrinsics/fn.cosf32.html
cosf32 in core::intrinsics - Rust
Returns the cosine of an `f32`.
coreintrinsicsrust
https://dev-doc.rust-lang.org/stable/core/intrinsics/fn.unchecked_funnel_shr.html
unchecked_funnel_shr in core::intrinsics - Rust
funnelshrcoreintrinsicsrust
https://dev-doc.rust-lang.org/stable/std/intrinsics/mir/struct.ReturnToArg.html
ReturnToArg in std::intrinsics::mir - Rust
API documentation for the Rust `ReturnToArg` struct in crate `std`.
stdintrinsicsmirrust
https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2024-0/intrinsics.html
Intrinsics
intrinsics
https://doc.rust-lang.org/beta/core/intrinsics/fallback/index.html
core::intrinsics::fallback - Rust
API documentation for the Rust `fallback` mod in crate `core`.
coreintrinsicsfallbackrust
https://codereview.chromium.org/197793003
Issue 197793003: Use intrinsics for builtin ArrayBuffer property accesses - Code Review
issueuseintrinsics
https://rust.docs.kernel.org/core/intrinsics/fn.volatile_copy_memory.html
volatile_copy_memory in core::intrinsics - Rust
volatilecopymemorycoreintrinsics
https://www.intrinsics.net/
Intrinsics Home Page
intrinsics
https://rust.docs.kernel.org/core/intrinsics/fn.truncf32.html
truncf32 in core::intrinsics - Rust
Returns the integer part of an `f32`.
coreintrinsicsrust
https://rust.docs.kernel.org/core/intrinsics/fn.caller_location.html
caller_location in core::intrinsics - Rust
Gets a reference to a static `Location` indicating where it was called.
callerlocationcoreintrinsicsrust
https://dev-doc.rust-lang.org/stable/std/intrinsics/mir/struct.UnwindActionArg.html
UnwindActionArg in std::intrinsics::mir - Rust
API documentation for the Rust `UnwindActionArg` struct in crate `std`.
stdintrinsicsmirrust
https://rust.docs.kernel.org/core/intrinsics/fn.log2f32.html
log2f32 in core::intrinsics - Rust
Returns the base 2 logarithm of an `f32`.
coreintrinsicsrust
https://doc.rust-lang.org/beta/std/intrinsics/fallback/trait.CarrylessMul.html
CarrylessMul in std::intrinsics::fallback - Rust
API documentation for the Rust `CarrylessMul` trait in crate `std`.
stdintrinsicsfallbackrust
https://doc.rust-lang.org/stable/core/intrinsics/fn.fmuladdf32.html
fmuladdf32 in core::intrinsics - Rust
Returns `a * b + c` for `f32` values, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.
coreintrinsicsrust
https://doc.rust-lang.org/beta/core/intrinsics/fn.roundf64.html
roundf64 in core::intrinsics - Rust
Returns the nearest integer to an `f64`. Rounds half-way cases away from zero.
coreintrinsicsrust
https://developer.apple.com/documentation/arkit/arcamera/intrinsics
intrinsics | Apple Developer Documentation
A matrix that converts between the 2D camera plane and 3D world coordinate space.
apple developerintrinsicsdocumentation
https://doc.rust-lang.org/beta/std/intrinsics/fn.black_box.html
black_box in std::intrinsics - Rust
See documentation of `std::hint::black_box` for details.
black boxstdintrinsicsrust