This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 1/3] Update s_sincosf.c and x86-64 s_sincosf-fma.c


Hi Adhemerval,

> I did check on a A53 I saw no regressions with benchtests.  Do you see any
> regressions on other chips or systems?

Cortex-A53 doesn't support 128-bit loads, however most other AArch64 cores do.

> If it is the case one option could be use my suggestion to move s_sincosf_t
> to its own header.

Well there is no need to change the existing structure, it's small so the vector
version could just add a new structure. In fact I can't see why any of this should
be target specific. GCC supports generic vector notation, so that should be the
obvious approach for this optimization.

Wilco

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