• Nathan Bronson's avatar
    switch vectorized and fallback implementation order · 74f760d6
    Nathan Bronson authored
    Summary:
    It's common for people reading the F14 code to
    see the fallback implementation without noticing the #if
    !FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE at the top, which leads them to
    incorrect conclusions about the code. This diff flips the order in the
    file to reduce confusion.
    
    Reviewed By: shixiao
    
    Differential Revision: D15571969
    
    fbshipit-source-id: 10d2aa29da3f1b8dd48af490a53f1f845f103fa8
    74f760d6
F14Set.h 35.1 KB