MCPcopy Create free account
hub / github.com/RustCrypto/utils / cpubits_works

Function cpubits_works

cpubits/src/lib.rs:421–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419 #[cfg(not(any(cpubits = "16", cpubits = "32", cpubits = "64")))]
420 #[test]
421 fn cpubits_works() {
422 assert_eq!(CPUBITS, expected_bits());
423 }
424
425 /// Explicit test for ARMv7 so we can see the predicate is working
426 #[cfg(all(target_arch = "arm", target_feature = "v7"))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected