• Adam Cozzette's avatar
    Added a workaround to allow building for NaCl · f316375a
    Adam Cozzette authored
    arm-nacl-clang seems to produce a mysterious compiler error when it
    encounters __builtin_clzll, so when we are building for NaCl, let's
    avoid that in favor of the portable implementation of
    Log2FloorNonZero64.
    f316375a
port.h 14.3 KB