this repo has no description
at fixPythonPipStalling 15 lines 241 B view raw
1/* 2 * Adapted from original written by J.T. Conklin <jtc@netbsd.org>. 3 * Public domain. 4 * 5 * by Ian Ollmann, Apple Computer 2006 6 */ 7 8#include <machine/asm.h> 9#include "abi.h" 10 11ENTRY(logl) 12 fldln2 13 fldt FIRST_ARG_OFFSET(STACKP) 14 fyl2x 15 ret