Edit

IABSD.fr/src/sys/lib/libkern

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2022-12-14 23:50:31
    Hash : 614862c8
    Message : add __ctzdi2 to sparc64 kernel If __builtin_ctzl() is used on sparc64, gcc 4.2 will emit a call to __ctzdi2. For userland this is in libgcc or compiler-rt. In the kernel we put these functions in libkern. 'looks good' deraadt@ miod@