Re: [PATCH v2] aarch64: Add 64 bits fpcr fpsr getter/setter builtins

2020-07-01 Thread Andrea Corallo
Richard Sandiford writes: > OK with those changes, thanks. > > Richard Hi Richard, thanks for the quick review. I've installed the patch with the suggested changes as: 0d7e5fa655e aarch64: Add 64 bit setter getter fpsr fpcr Regards Andrea gcc/ChangeLog *

Re: [PATCH v2] aarch64: Add 64 bits fpcr fpsr getter/setter builtins

2020-07-01 Thread Richard Sandiford
Andrea Corallo writes: > +/* Initialize all builtins in the AARCH64_BUILTIN_GENERAL group. */ > + > +void > +aarch64_general_init_builtins (void) > +{ > + Excess blank line here. > + aarch64_init_fpsr_fpcr_builtins (); > + >aarch64_init_fp16_types (); > >aarch64_init_bf16_types ();

[PATCH v2] aarch64: Add 64 bits fpcr fpsr getter/setter builtins

2020-07-01 Thread Andrea Corallo
Hi all, Second version of the patch addressing comments. This introduces the following 64bit builtins variants as FPCR and FPSR registers getter/setter: unsigned long long __builtin_aarch64_get_fpcr64 () void __builtin_aarch64_set_fpcr64 (unsigned long long) unsigned long long