Constantsยง
- SUPPRESS ๐
- SUPPRESS_
REASON_ ๐CPU_ INTRINSIC - Using
target_arch
in order to execute CPU-specific intrinsics - SUPPRESS_
REASON_ ๐ONEOFF_ FLOWEY - One off - used as part of flowey CI infra
- SUPPRESS_
REASON_ ๐ONEOFF_ GUEST_ ARCH_ IMPL - One off - support for the auto-arch selection logic in
build_rs_guest_arch
. - SUPPRESS_
REASON_ ๐ONEOFF_ PETRI_ HOST_ ARCH - Onee off - used by petri to return the host architecture for test filtering
- SUPPRESS_
REASON_ ๐ONEOFF_ PETRI_ NATIVE_ TEST_ DEPS - One off - used by petri to select native test dependencies
- SUPPRESS_
REASON_ ๐ONEOFF_ VIRT_ HVF - One off - considiton to check that
virt_hvf
is being used when both guest and host arch to be the same. - SUPPRESS_
REASON_ ๐SYS_ CRATE - Using
target_arch
in order to implement a โ*-sysโ-like crate (where the structure changes depending on the host-arch)