Subject: VS4000/60, modf, and EMODD
To: vax <port-vax@netbsd.org>
From: Chuck Dickman <chd_1@nktelco.net>
List: port-vax
Date: 01/30/2002 22:21:24
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?

Are there any work arounds? I guess I could modify the SSL
source or the library itself.

Suggestions?

-chuck