From b4472eebdd44a451c0da5f6577cd01b5b70670e5 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 23 Mar 2002 17:55:32 +0000 Subject: Remove these abortive MIPS bits. --- lib/libc/mips/gen/fpgetround.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lib/libc/mips/gen/fpgetround.c (limited to 'lib/libc/mips/gen/fpgetround.c') diff --git a/lib/libc/mips/gen/fpgetround.c b/lib/libc/mips/gen/fpgetround.c deleted file mode 100644 index b364481..0000000 --- a/lib/libc/mips/gen/fpgetround.c +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Written by J.T. Conklin, Apr 11, 1995 - * Public domain. - */ - -#include -__FBSDID("$FreeBSD$"); - -#include - -fp_rnd -fpgetround() -{ - int x; - - __asm__("cfc1 %0,$31" : "=r" (x)); - return x & 0x03; -} -- cgit v1.1