Module packed

Source
Available on target_arch="nvptx64" only.
Expand description

NVPTX Packed data types (SIMD)

Packed Data Types is what PTX calls SIMD types. See PTX ISA (Packed Data Types) for a full reference.

Structsยง

f16x2Experimental
PTX-specific 32-bit wide floating point (f16 x 2) vector type

Functionsยง

llvm_f16x2_maximum ๐Ÿ”’ โš 
llvm_f16x2_minimum ๐Ÿ”’ โš 
f16x2_addโš Experimental
Add two values, round to nearest even
f16x2_fmaโš Experimental
Fused multiply-add, round to nearest even
f16x2_maxโš Experimental
Find the maximum of two values
f16x2_max_nanโš Experimental
Find the maximum of two values, NaNs pass through.
f16x2_minโš Experimental
Find the minimum of two values
f16x2_min_nanโš Experimental
Find the minimum of two values, NaNs pass through.
f16x2_mulโš Experimental
Multiply two values, round to nearest even
f16x2_negโš Experimental
Arithmetic negate
f16x2_subโš Experimental
Subtract two values, round to nearest even