Subject: Re: Floating point in the kernel
To: None <abs@anim.dreamworks.com>
From: Ken Nakata <kenn@synap.ne.jp>
List: tech-kern
Date: 09/19/1998 09:34:39
On Fri, 18 Sep 1998 15:42:04 -0700 (PDT), David Brownlee wrote:
> I could be missing something here, but since nothing currently in
> the kernel uses FPU, and all we have to preserve is user data
> in FPU registers then if you are not using them in an interrupt
> context, you can just save and restore around each use of the
> registers?
Even if so, it does not scale *at all*. So, in Linux or even FreeBSD,
maybe, but I wouldn't want an ugly hack like this in NetBSD!
Isn't it exactly the kind of things NetBSD has been avoiding? "Well,
it works _for me_" kind of hacks?
Oh, I wouldn't mind if someone made such a thing publically available
as an unofficial patch, provided that its users knew what they were
doing. But, no, please not in the CVS tree.
Ken