Hi Jerome,
`X86_V2` includes also `POPCNT CX16 LAHF` along with SSE4.2.
All CPUs that support `SSE4.2` also include these instructions.
I think Ralf is right to exclude servers in the case of using X86_V2 as a
baseline.
Basically, older servers that run architectures like Penryn (17 years ago)
or
g list -- numpy-discussion@python.org
> To unsubscribe send an email to numpy-discussion-le...@python.org
> https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
> Member address: se...@imavr.com
>
--
Cheers,
Sayed
Sayed Adel
GitHub: seiko2plus
__
this change in 2025, when CPUs that don't support x86-64-v2
are now over 15 years old. Supporting these antiquated processors increases
maintenance burden and binary size.
Bumping the default baseline can also increase the performance since not
all code paths are dispatched.
--
Cheers,
Saye
Sayed!
Brigitta
On Thu, 1 Dec 2022 at 13:18, Ralf Gommers wrote:
Hi all,
I'm excited to be able to share this announcement on behalf of the
NumPy Steering Council. We have created a new program, the NumPy
Fellowship Program, and offered Sayed Adel the very first
Develop
> appears to be poorly optimized.
It should perform well, not poor neither heavily optimized.
> this also makes it quite difficult to improve (with either a better compiler
> or by hand).
We can put the blame on Intel for not sharing their source code but honestly,
it seems we had no other optio
On Jan 4 2021, at 6:52 pm, Ralf Gommers wrote:
>
>
> On Mon, Jan 4, 2021 at 5:35 PM Matti Picus (mailto:matti.pi...@gmail.com)> wrote:
> >
> > On 1/4/21 6:05 PM, Charles R Harris wrote:
> > > Hi All,
> > >
> > > Sayed Adel is now