Displaying 4 results from an estimated 4 matches for "extractr".
Did you mean:
extract
2019 Aug 29
2
Complex proposal v2
...s
- Made complex a special aggregate
- Specified literal syntax
- Added special index values "real" and "imag" for insertvalue/extractvalue
of complex
- Added czip intrinsic to create vector of complex from vectors of
real/imaginary
- Added extractreal and extractimag intrinsics for vectors of complex
- Added masked vector intrinsics
Abstract
--------
Several vendors and individuals have proposed first-class complex
support in LLVM. Goals of this proposal include better optimization,
diagnostics and general user experience.
Introducti...
2019 Sep 03
2
Complex proposal v2
...<llvm-dev-bounces at lists.llvm.org> On Behalf Of David Greene
>> via llvm-dev
>> Sent: Thursday, August 29, 2019 10:05 AM
>> To: llvm-dev <llvm-dev at lists.llvm.org>
>> Subject: [EXT] [llvm-dev] Complex proposal v2
>>
>> [...]
>>
>> llvm.extractreal.* - Overloaded intrinsic to create a vector of
>> floating-point type from the real portions of a
>> vector of complex (not all variants shown)
>>
>> declare v4f32 @llvm.extractreal.v4c32(v4c32 %val) declare v4f64
>> @llvm.e...
2019 Oct 22
4
Complex proposal v3 + roundtable agenda
...types
- Made complex a special aggregate
- Specified literal syntax
- Added special index values "real" and "imag" for insertvalue/extractvalue
of complex3
- Added czip intrinsic to create vector of complex from vectors of
real/imaginary
- Added extractreal and extractimag intrinsics for vectors of complex
- Added masked vector intrinsics
v3 - This proposal
- Added vector-of-complex types
- Added scalable vector support
- Added bitcasts of vector of complex
Abstract
--------
Several vendors and individuals have proposed first-class c...
2020 Nov 12
0
Complex proposal v3 + roundtable agenda
...cial aggregate
> - Specified literal syntax
> - Added special index values "real" and "imag" for insertvalue/extractvalue
> of complex3
> - Added czip intrinsic to create vector of complex from vectors of
> real/imaginary
> - Added extractreal and extractimag intrinsics for vectors of complex
> - Added masked vector intrinsics
>
> v3 - This proposal
> - Added vector-of-complex types
> - Added scalable vector support
> - Added bitcasts of vector of complex
>
> Abstract
> --------
>
> S...