mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
#417: Half precision support (clean-up)
This commit is contained in:
@@ -116,7 +116,6 @@ public final class Half extends Number implements Comparable<Half> {
|
||||
*
|
||||
*/
|
||||
public static short floatToShortBits(final float floatValue) {
|
||||
// TODO: Is this okay? Need test
|
||||
return (short) floatTo16Bits(floatValue);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user