klib icon indicating copy to clipboard operation
klib copied to clipboard

Allow the use of single-precision floating point math.

Open larseggert opened this issue 5 years ago • 1 comments

Need to define kfloat as float and pass -fsingle-precision-constant (or similar for other compilers.)

larseggert avatar Jul 10 '19 11:07 larseggert

Rather than -fsingle-precision-constant, define the constant as 0.77F.

larseggert avatar Jul 22 '19 13:07 larseggert