search for: approxhdruint

Displaying 2 results from an estimated 2 matches for "approxhdruint".

2014 Jun 20
4
[LLVMdev] [RFC] Add a scaled number class (was: Add a simple soft-float class)
...> rename the class > to `llvm::CostMetric` and move it over. > > *enable-bikeshed-mode* [All the names are wrong. Paint them?] > my 2c: describe it as "an approximate, high-dynamic-range unsigned integer". That doesn't lend itself to something easy to type, but "ApproxHDRUint" might be doable. Plus, it sounds sort of scary. Having something in the name that suggests that it is an integer should ward off any attempt to use it for numerics. -- Sean Silva > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc...
2014 Jun 19
4
[LLVMdev] [RFC] Add a simple soft-float class
On Jun 18, 2014, at 8:38 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: >> >> On 2014 Jun 18, at 13:29, Owen Anderson <resistor at mac.com> wrote: >> >> Numerical analysis is hard. Every numerics expert I have ever worked with considers trying to re-invent floating point a cardinal sin of numerical analysis. Just don’t do it. You will miss