|
From: | Ruud |
Subject: | [avr-libc-dev] [bug #24890] Small error in libm source fp_rempio2.S |
Date: | Thu, 20 Nov 2008 10:17:14 +0000 |
User-agent: | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Media Center PC 4.0; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022) |
URL: <http://savannah.nongnu.org/bugs/?24890> Summary: Small error in libm source fp_rempio2.S Project: AVR C Runtime Library Submitted by: ruud62 Submitted on: Thu Nov 20 10:17:12 2008 Category: Library Severity: 3 - Normal Priority: 5 - Normal Item Group: libm code Status: None Percent Complete: 0% Assigned to: None Open/Closed: Open Discussion Lock: Any Release: 1.6.3 Fixed Release: None _______________________________________________________ Details: The line: #define SPLIT_PIO2 0x7FC80FDA /* split(HI40_PIO2)*/ Should be: #define SPLIT_PIO2 0x7FC90FDA /* split(HI40_PIO2)*/ Though this doesn't affect the outcome of the function, it does in rare cases influence the performance. Greetz Ruud Things were a bit messy yesterday, so if this bug report has already come trough I apologize. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Thu Nov 20 10:17:12 2008 Name: fp_rempio2.S Size: 3kB By: ruud62 <http://savannah.nongnu.org/bugs/download.php?file_id=16885> _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?24890> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |