Displaying 2 results from an estimated 2 matches for "d50616".
2018 Aug 20
7
Fixed Point Support in LLVM
...gh new types, instructions, or
intrinsics. This is an extension to a previous proposal
(http://lists.llvm.org/pipermail/cfe-dev/2018-April/057756.html) for
implementing fixed point arithmetic entirely in clang, but John McCall
brings up good points in the comments thread of
https://reviews.llvm.org/D50616 for adding LLVM support.
Just to summarize the proposal, Embedded-C lays out an implementation
for fixed point data types and operations on them. A fixed point
number is a number that contains a fractional and integral part. These
types can essentially be represented as scaled integers, that is, a...
2018 Aug 21
4
Fixed Point Support in LLVM
...s. This is an extension to a previous proposal
> > (http://lists.llvm.org/pipermail/cfe-dev/2018-April/057756.html) for
> > implementing fixed point arithmetic entirely in clang, but John McCall
> > brings up good points in the comments thread of
> > https://reviews.llvm.org/D50616 for adding LLVM support.
> >
> > Just to summarize the proposal, Embedded-C lays out an implementation
> > for fixed point data types and operations on them. A fixed point
> > number is a number that contains a fractional and integral part. These
> > types can essentia...