Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
Update README.org
Browse files Browse the repository at this point in the history
Note that JSCert is not supported under linux-x86.
In summary:
* x87 FPU uses extended precision floating point computations by default under linux
* OCaml only targets the x87 FPU under the x86 linux platform. (A ia32/SSE2 backend was abandoned)
* We therefore cannot precisely support double-precision float operations.

Fixes #11 (inadequately)
  • Loading branch information
IgnoredAmbience committed Apr 8, 2015
1 parent 380babc commit e363cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
- Python
- Haskell
- SqlLite

Note: JSCert is not fully supported on 32-bit Linux platforms due to floating point extended precision problems.

**** Basic Install
First, get java. On Ubuntu, this looks something like this:
Expand Down

0 comments on commit e363cee

Please sign in to comment.