this repo has no description
at fixPythonPipStalling 15 lines 246 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(logbl) 12 fldt FIRST_ARG_OFFSET(STACKP) 13 fxtract 14 fstp %st 15 ret