-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
A-core-archArea: Necessary for full core::arch supportArea: Necessary for full core::arch supportoptimize-speedThe speed of the generated executableThe speed of the generated executable
Description
Currently the SIMD intrinsics are implemented in stdsimd
using link_llvm_intrinsics
to directly call the llvm intrinsics via their C ABI, and using a handful of "generic" simd intrinsics.
Is there a way to directly call Cretonne intrinsics?
Is there a cfg()
macro available to detect whether the codegen backend is LLVM or Cranelift ?
schneiderfelipe, sanmai-NL and stepancheg95th, tyler274, ClementNerma, Kobzol, schneiderfelipe and 1 more
Metadata
Metadata
Assignees
Labels
A-core-archArea: Necessary for full core::arch supportArea: Necessary for full core::arch supportoptimize-speedThe speed of the generated executableThe speed of the generated executable