↓ 6 callersFunctionn_to_bits_lutEncode `{A, T/U, C, G}` from the byte string into pairs of bits (`{00, 10, 01, 11}`) packed into 64-bit integers, by using a naive scalar method.
src/n_to_bits.rs:34
↓ 1 callersFunctionn_to_bits_movemaskEncode `{A, T/U, C, G}` from the byte string into pairs of bits (`{00, 10, 01, 11}`) packed into 64-bit integers, by using a vectorized method with th
src/n_to_bits.rs:172
↓ 1 callersFunctionn_to_bits_mulEncode `{A, T/U, C, G}` from the byte string into pairs of bits (`{00, 10, 01, 11}`) packed into 64-bit integers, by using a vectorized method with mu
src/n_to_bits.rs:213
↓ 1 callersFunctionn_to_bits_pextEncode `{A, T/U, C, G}` from the byte string into pairs of bits (`{00, 10, 01, 11}`) packed into 64-bit integers, by using a vectorized method with th
src/n_to_bits.rs:80
↓ 1 callersFunctionn_to_bits_shiftEncode `{A, T/U, C, G}` from the byte string into pairs of bits (`{00, 10, 01, 11}`) packed into 64-bit integers, by using a vectorized method with th
src/n_to_bits.rs:121