From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <015a7a246411aad9175339f972052f20@quintile.net> From: "Steve Simon" Date: Thu, 27 Feb 2014 11:51:20 +0000 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] IEEE floats Topicbox-Message-UUID: be674c48-ead8-11e9-9d60-3106f5b1d025 Porting stuff from the net (under ape) which wants to use IEEE floats. i.e. ieee754_float32_t, powf(), fabsf() and log10f(). I could map these to plan9 floats and call the double version of the transient functions, but is there a better solution? -Steve