Bug 880 - Add Math Utility to Support Converting Values to/from the 'binary16' format as specified in 'IEEE 754 2008'
Summary: Add Math Utility to Support Converting Values to/from the 'binary16' format a...
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: All all
: --- enhancement
Assignee: Mark Raynsford
URL:
Depends on:
Blocks:
 
Reported: 2013-10-31 02:17 CET by Sven Gothel
Modified: 2013-10-31 02:18 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
bca7777fa507a509f413c6dc8919bab641fe0d15
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2013-10-31 02:17:14 CET

    
Comment 1 Sven Gothel 2013-10-31 02:18:27 CET
bca7777fa507a509f413c6dc8919bab641fe0d15
  Add functions for converting to and from binary16 half-precision floating point values. Derived from mvn.io7m.com/ieee754b16, of which I am the original author.
  Author: 	Mark Raynsford