From owner-freebsd-alpha Fri Dec 18 16:33:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28304 for freebsd-alpha-outgoing; Fri, 18 Dec 1998 16:33:55 -0800 (PST) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from mail.sat.t.u-tokyo.ac.jp (dryad.sat.t.u-tokyo.ac.jp [133.11.156.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28296 for ; Fri, 18 Dec 1998 16:33:51 -0800 (PST) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from ett.sat.t.u-tokyo.ac.jp (ett.sat.t.u-tokyo.ac.jp [133.11.156.43]) by mail.sat.t.u-tokyo.ac.jp (8.8.6/3.4Wbeta6-SAT1.0) with ESMTP id JAA06153 for ; Sat, 19 Dec 1998 09:33:40 +0900 (JST) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from localhost by ett.sat.t.u-tokyo.ac.jp (8.8.8/sat-V0.6) id JAA17710; Sat, 19 Dec 1998 09:33:40 +0900 (JST) To: alpha@FreeBSD.ORG Subject: fpsetmask X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7:#j7i14gu$ jgR\S*&C3R/pJX Date: Sat, 19 Dec 1998 09:33:39 +0900 From: Hidetoshi Shimokawa X-Dispatcher: imput version 980905(IM100) Lines: 12 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Some ports (eg. tcl*) require fpsetmask for build. But it has not been implemented yet on alpha. First, I thought the exception mask can be specified by FP_CR register, but none of currently avaiable CPUs don't seem to support the feature. Then I found the software completion is done in /sys/alpha/alpha/fp_emulate.c and we can specify the exception handing by setting proc->u_pcb.pcb_fp_control. My question is how I can set the variable, do we need a new system call for it? /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: finger -l simokawa@sat.t.u-tokyo.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message