Files
ipxe/src/crypto
Michael Brown 0d35411f88 [rng] Use fixed-point calculations for min-entropy quantities
We currently perform various min-entropy calculations using build-time
floating-point arithmetic.  No floating-point code ends up in the
final binary, since the results are eventually converted to integers
and asserted to be compile-time constants.

Though this mechanism is undoubtedly cute, it inhibits us from using
"-mno-sse" to prevent the use of SSE registers by the compiler.

Fix by using fixed-point arithmetic instead.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2018-03-20 20:56:01 +02:00
..
2017-06-20 09:49:00 +01:00
2017-06-20 09:49:00 +01:00
2015-04-12 17:01:10 +01:00
2015-04-12 17:01:10 +01:00
2015-04-12 17:01:10 +01:00
2015-04-12 17:01:10 +01:00