Re: [EXTERNAL]Re: MIPS Maintainer

2020-12-14 Thread Chao-ying Fu
Hi Maciej, > > >  Well, it's up to the GCC steering committee really to appoint > > > maintainers > > > , however you can post patches and > > > help > > > with getting reviews through right away.  There hasn't been much traffic > > > with the MIPS port rece

Re: [EXTERNAL]Re: MIPS Maintainer

2020-12-08 Thread Chao-ying Fu
Hi Maciej, >  Great to hear from you again! It's great to hear from you, too! > >   We just wonder if you can sponsor me to become a MIPS maintainer, > > because Wave Computing would like to continue supporting MIPS > > architecture in GCC, although there are very few patches for MIPS > > r

MIPS Maintainer

2020-12-07 Thread Chao-ying Fu
Hello Matthew and all,   This is Chao-ying Fu from Wave Computing (https://wavecomp.ai/mips-technology/).   From the GCC MAINTAINERS file, we have the following persons (and more) who worked on the MIPS port in the past.  $ cat MAINTAINERS |grep mips mips port               Matthew Fortune

Re: writing md rules for fixed-point conversion

2009-01-03 Thread Chao-Ying Fu
Sean D'Epagnier wrote: I am working toward efficient support of some of the sfixed point types on avr architecture. I started out by writing an assembly library to handle all of the conversions to and from various fixed point, integer, and floating point types. In many cases the functions are o

Re: [Bug middle-end/29695] [4.1/4.2/4.3 Regression] Folding breaks (a & 0x80) ? 0x80 : 0 for unsigned char or unsigned short a

2006-12-01 Thread Chao-ying Fu
Sure. Sorry for the huge log. I will use your method for the merge commit message in the future. Thanks a lot! Regards, Chao-ying - Original Message - From: "Jakub Jelinek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Thursday, November 30, 2006 11:24 PM Subject: Re: [Bug midd

Re: Fixed-Point Arithmetic Project

2006-10-04 Thread Chao-ying Fu
I think FSF already has my copyright assignment. Thanks! Regards, Chao-ying - Original Message - From: "Bernd Schmidt" <[EMAIL PROTECTED]> To: "Fu, Chao-Ying" <[EMAIL PROTECTED]> Cc: ; "Thekkath, Radhika" <[EMAIL PROTECTED]>; "Stephens, Nigel" <[EMAIL PROTECTED]> Sent: Wednesday, Octobe

Re: Fixed-Point Arithmetic Project

2006-10-04 Thread Chao-ying Fu
Hello, The supported fixed data types are "fixed" in the Embedded-C spec. Depending on targets, the numbers of integer/fractional data bits cannot be changed after configuration. Also, there are no decimal fixed-point types. Ex: 1. HQ is a signed 16-bit fractional data type, and the MIPS