Browse thread
Re: Caml Light, PC, floating-point emulation
- Xavier Leroy
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Xavier Leroy <xleroy@p...> |
| Subject: | Re: Caml Light, PC, floating-point emulation |
> Alejandro Rios has a student who wants to use CAML-light on a PC. > Problem is, he doesn't have a 387 FPU, and he wants to use > floating-point anyway. Is it possible to get caml-light > compiled for a PC so that it will use an emulation library? The distribution contains a 387 emulator suitable for use with Caml Light. Just add "emu C:\CAML386\DEV\EMU387" (with the correct path) to the GO32 variable. This is explained in more details in the manual, page 17, and also in the INSTALL file from the distribution. - Xavier