sargon ~master (2015-05-13T03:44:16Z)
Home
Dub
Repo
hf
sargon
halffloat
User defined literal for Half Float.
template
hf (
float
v
) {
enum
hf
;
}
Members
Manifest constants
hf
enum
hf
;
Undocumented in source.
Examples
auto
h
=
hf
!
1.3f
;
Meta
Source
See Implementation
sargon
halffloat
structs
HalfFloat
templates
hf
User defined literal for Half Float.