Thread Links | Date Links | ||||
---|---|---|---|---|---|
Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
There's no point having undecorated intervals unless users can get correct answers with them. The purpose of decorations is to add more information about why value is what it is. All "values" including non-values like NaI need to be represented somehow in undecorated intervals. So there has to be an undecorated representation for Not An Interval, and a constructor that can produce it.
Obviously there also needs to be a decorated interval constructor able to produce a decorated Not An Interval. Some will use decorated intervals exclusively so will use that. Others will use undecorated intervals exclusively and miss out on some features they don't need (or don't think they need) but gain performance. Some will mix the two, either carefully or carelessly. Each will use what they think is best for their specific application, and a standards committee needs to consider all their needs. This is especially important to anyone who even dreams of replacing any current or future 754 usage.
- Ian McIntosh IBM Canada Lab Compiler Back End Support and Development
Arnold Neumaier ---09/10/2010 06:01:20 AM---John Pryce wrote: > P1788
![]() From: | ![]() Arnold Neumaier <Arnold.Neumaier@xxxxxxxxxxxx> |
![]() To: | ![]() Ian McIntosh/Toronto/IBM@IBMCA |
![]() Date: | ![]() 09/10/2010 06:01 AM |
![]() Subject: | ![]() Re: An error-catching question |