Subject: Re: VS4000/60, modf, and EMODD
To: Chuck Dickman <chd_1@nktelco.net>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 01/31/2002 10:18:29
> I have been trying to run an SSL web server on my VS4000/60. 
> When I start it, it crashes with an error about an unimplemented
> instruction. I traced this down to an EMODD instruction in
> the math library function modf. The hardware support page
> says that POLYD is not supported on the VS4000/60 and in the
> same source file I see EMODD stuff.
> 
> Is the EMODD instruction not supported along with POLYD?
> 
The EMODD insn, and also POLYD should as of 1.5 be emulated. You 
didn't use option NO_INSN_EMULATE when you compiled your kernel?

The web docs are out-of-date, I'll fix that.

-- Ragge