Update on SVE/sizeless types for C and C++

2019-11-12 Thread Richard Sandiford
Last year I posted a series of patches that added the concept of "sizeless" types to the C and C++ frontends, in order to support the SVE vector and predicate types: https://gcc.gnu.org/ml/gcc-patches/2018-10/msg00868.html That thread generated a lot of useful discussion and feedback, thanks. T

Matlab Client Base

2019-11-12 Thread Rose Reid
Hi, I wanted to check if you'd be interested in purchasing updated MATLAB Users List for your sales and marketing initiatives? Some users list you might be interested : Microstrategy, Splunk Enterprise, COMSOL Multiphysics, Zoho, Qubole, Fusion 360 and many more. If you are interested l

Comparison operations in machine description (-1 vs +1)

2019-11-12 Thread m
Hello gcc developers! I am working on a new back end for my MRISC32 ISA [1], and I'm still very new to gcc internals. I suspect that I will have more questions further down the road, but let's start with this topic... The MRISC32 ISA has instructions for setting a register based on the outcome o

Re: Comparison operations in machine description (-1 vs +1)

2019-11-12 Thread Jeff Law
On 11/12/19 11:29 AM, m wrote: > Hello gcc developers! > > I am working on a new back end for my MRISC32 ISA [1], and I'm still very > new to gcc internals. I suspect that I will have more questions further > down the road, but let's start with this topic... > > The MRISC32 ISA has instructions f

Re: Update on SVE/sizeless types for C and C++

2019-11-12 Thread Jim Wilson
On Tue, Nov 12, 2019 at 8:06 AM Richard Sandiford wrote: > If the use of sizeless types does expand beyond SVE built-in types > in future, the places that call the hook are the places that would > need to deal directly with sizeless types. We are using the same sizeless type infrastructure for th

Re: Comparison operations in machine description (-1 vs +1)

2019-11-12 Thread m
Den 2019-11-12 kl. 19:54, skrev Jeff Law: On 11/12/19 11:29 AM, m wrote: Hello gcc developers! I am working on a new back end for my MRISC32 ISA [1], and I'm still very new to gcc internals. I suspect that I will have more questions further down the road, but let's start with this topic... The

Re: Update on SVE/sizeless types for C and C++

2019-11-12 Thread Richard Sandiford
Hi Jim, Jim Wilson writes: > On Tue, Nov 12, 2019 at 8:06 AM Richard Sandiford > wrote: >> If the use of sizeless types does expand beyond SVE built-in types >> in future, the places that call the hook are the places that would >> need to deal directly with sizeless types. > > We are using the s