Displaying 3 results from an estimated 3 matches for "ppc_c128".
2019 Aug 29
2
Complex proposal v2
...egate types to represent complex
numbers.
c16 - Complex of 16-bit float
c32 - like float complex or std::complex<float>
c64 - like double complex or std::complex<double>
x86_c80 - Complex of x86_fp80
c128 - like long double complex or std::complex<long double>
ppc_c128 - Complex of ppc_fp128
Note that the references to C and C++ types above are simply
explanatory. Nothing in this proposal assumes any particular
high-level language type will map to the above LLVM types.
The "underlying type" of a complex type is the type of its real and
imaginary comp...
2019 Oct 22
4
Complex proposal v3 + roundtable agenda
...egate types to represent complex numbers.
c16 - Complex of 16-bit float
c32 - like float complex or std::complex<float>
c64 - like double complex or std::complex<double>
x86_c80 - Complex of x86_fp80
c128 - like long double complex or std::complex<long double>
ppc_c128 - Complex of ppc_fp128
Note that the references to C and C++ types above are simply explanatory.
Nothing in this proposal assumes any particular high-level language type will
map to the above LLVM types.
The "underlying type" of a complex type is the type of its real and imaginary
compo...
2020 Nov 12
0
Complex proposal v3 + roundtable agenda
...bers.
>
> c16 - Complex of 16-bit float
> c32 - like float complex or std::complex<float>
> c64 - like double complex or std::complex<double>
> x86_c80 - Complex of x86_fp80
> c128 - like long double complex or std::complex<long double>
> ppc_c128 - Complex of ppc_fp128
>
> Note that the references to C and C++ types above are simply explanatory.
> Nothing in this proposal assumes any particular high-level language type will
> map to the above LLVM types.
>
> The "underlying type" of a complex type is the type...