You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the implementation of all the intrinsics linked to the Ratified RISC-V Extensions. The, not yet stable intrinsics are behind the riscv_ext_intrinsics nightly feature.
This issue tracks the implementation of all the intrinsics linked to the Ratified RISC-V Extensions. The, not yet stable intrinsics are behind the
riscv_ext_intrinsicsnightly feature.Steps
stdarchZkr. Entropy source extensionHalf-PrecisionFloat in IntegerUnresolved Questions
How to deal with instructions that are already dealt with by LLVM intrinsics and library features (e.g.cpopandu*::count_ones)? Include them or not?usizefor riscv32 orriscv64specific intrinsics or useu32andu64respectively?How to deal with intrinsics involving immediate values?Use theasm_constfeature outlined in Tracking Issue for asm_const #93332.Use the trick described in Implement all x86 vendor intrinsics stdarch#40 and illustrated in_mm_cmpestri.Implementation History