From 7dbc9a83e44dffd24463b0f7d8bd93fbcff5c1ce Mon Sep 17 00:00:00 2001 From: nsz Date: Mon, 5 Mar 2012 13:09:31 +0100 Subject: [PATCH] libm: update design issues --- libm/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libm/index.html b/libm/index.html index b008b1d..e2dac78 100644 --- a/libm/index.html +++ b/libm/index.html @@ -56,8 +56,6 @@ cvs -d $CVSROOT get src/li ld64, ld80 and ld128 implementation in the same file.

Pending questions:

@@ -66,6 +64,7 @@ ld64, ld80 and ld128 implementation in the same file.

The bsd libm code has many workarounds for various compiler issues. It's not clear what's the best way to handle the uglyness. +

In long double code fpu is assumed to be set to extended precision

Pending questions: