small-fixed-array 0.2.1

A crate providing fixed length immutable collections with a low memory footprint.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.section .text.inline_len,"ax",@progbits
    .globl  inline_len
    .p2align        4, 0x90
    .type   inline_len,@function
inline_len:
    .cfi_startproc
    vpmovzxbw xmm0, qword ptr [edi]
    vpcmpeqw xmm0, xmm0, xmmword ptr [rip + .LCPI4_0]
    vpacksswb xmm0, xmm0, xmm0
    vpmovmskb eax, xmm0
    or eax, 256
    tzcnt eax, eax
    ret