This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] 2015-10-19 Benedikt Huber <benedikt dot huber at theobroma-systems dot com> Philipp Tomsich <philipp dot tomsich at theobroma-systems dot com>


https://gcc.gnu.org/contribute.html states

"If you do not have write access and a patch of yours has been approved, but not committed, please advise the approver of that fact. You may want to point out lack of write access in your initial submission, too.â

Should I apply for svn write access? And if so, who would approve that?

> On 20 Oct 2015, at 15:34, Marcus Shawcroft <marcus.shawcroft@gmail.com> wrote:
> 
> On 4 January 1970 at 00:02, Benedikt Huber
> <benedikt.huber@theobroma-systems.com> wrote:
>>        * config/aarch64/aarch64-builtins.c: Builtins for rsqrt and rsqrtf.
>>        * config/aarch64/aarch64-protos.h: Declare.
>>        * config/aarch64/aarch64-simd.md: Matching expressions for frsqrte and
>>        frsqrts.
>>        * config/aarch64/aarch64-tuning-flags.def: Added recip_sqrt.
>>        * config/aarch64/aarch64.c: New functions. Emit rsqrt estimation code when
>>        applicable.
>>        * config/aarch64/aarch64.md: Added enum entries.
>>        * config/aarch64/aarch64.opt: Added option -mlow-precision-recip-sqrt.
>>        * testsuite/gcc.target/aarch64/rsqrt_asm_check_common.h: Common macros for
>>        assembly checks.
>>        * testsuite/gcc.target/aarch64/rsqrt_asm_check_negative_1.c: Make sure
>>        frsqrts and frsqrte are not emitted.
>>        * testsuite/gcc.target/aarch64/rsqrt_asm_check_1.c: Make sure frsqrts and
>>        frsqrte are emitted.
>>        * testsuite/gcc.target/aarch64/rsqrt_1.c: Functional tests for rsqrt.
> 
> OK /Marcus

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]