- Notifications
You must be signed in to change notification settings - Fork0
SoftFloat release 3 with additional files for OpenJDK
License
ev3dev-lang-java/softfloat-openjdk
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is aSoftFloat-3elibrary with additional build files targetting Linux armel.The intent behind this repository is to make building SoftFloat forOpenJDK onarm-sflt ABI easier.
Software floating point math implementation on Linux on ARMslightly prefers performance over precision of calculations.This presented an issue for Java JCK - these imprecisions weredetected. The solution chosen by Java developers was to useSoftFloat-2b library for the problematic operations.
This repository provides an updated SoftFloat-3e library for newversions of OpenJDK, where SoftFloat support is added once again.(seeJDK-8215902).
- Install a suitable Linux ARM compiler and ensure that
arm-linux-gnueabi-gccexecutable exists. - Go to
build/Linux-ARM-VFPv2-GCC-OpenJDK. - Run
make - Run
make DESTDIR=... install - Configure OpenJDK with
--with-sflt=...pointing to DESTDIR.
About
SoftFloat release 3 with additional files for OpenJDK
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- C94.7%
- Makefile5.3%