Bill Allombert on Fri, 20 Sep 2024 09:40:58 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Wrong x86 assembler in the kernel
|
- To: pari-dev@pari.math.u-bordeaux.fr
- Subject: Re: Wrong x86 assembler in the kernel
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Fri, 20 Sep 2024 09:40:51 +0200
- Delivery-date: Fri, 20 Sep 2024 09:40:58 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.u-bordeaux.fr; s=2022; t=1726818055; bh=vwSsid++Ta2jsrlxxm5Gd2JlMFxeJIdXw5uuZtnE7Q0=; h=Date:From:To:Subject:References:In-Reply-To:From; b=HkuXAXMw10OnhlPMz7yY+oba2TXjLrNr1CKLI4zNoErS03qS90QVtwBO3r9xz5F84 nt0BsGhQ9+5ZBJOwy0wdc/TRWxneFeXcDIg3QZAnhZ+LrcY1r6SGSMXdhYpe01od3o CtOVlR3TC7LAmYSgBjp7a9Aeiqn/Lwg8mdpVUSk4MdInqqTnvAR6ZQhT/Jn/t0ABQ6 7DNoBWB8fpaLaPAbz/xz5/IZZL8nXcCTP0uj+akelpfxLVcVoVRCQT4hdw4L/CWZeR 6byrz2T5P0EytzC6uxxL0YPOPsUMCt5qR9cFty2g2/QpL6+pa7+0pP7GUWppHl8DCt S6FQd3UG/cnRA1Dl05/w3rEPAKZKdCDhzwOCCzsZNMNHjG1NVmgCtW6dvCgwUg/KR0 Mr0Fb16SPHsalVyuUt6yr1+LoEQHW4Ehyjxvo7aEcChLhZv2T33nkGXp/p3mGAt8T5 BYdx0xDGOWqLJUaMZqiRkVOEHJh0OpLZpaLISvC5M7zs9utC7jPhCfP5Z6rNQDk/1z 8a4VXlytcuu8ulJAHoizO6VXoIj7xmGXE48TI4xl/53aJrKlNu74SqjSqLbLy8aTlf D4H8i4UHtXFi7U08/X7gNijdF0EEBawWI5wnc9eb7peFOLsrUVKjhGMiL7Dwl/s9rN njJNFN+1gx2puqHY8Z3dQo14=
- In-reply-to: <Zuy2tdgpYAShAbxq@debian.attlocal.net>
- Mail-followup-to: pari-dev@pari.math.u-bordeaux.fr
- References: <Zuy2tdgpYAShAbxq@debian.attlocal.net>
On Thu, Sep 19, 2024 at 04:41:41PM -0700, Ilya Zakharevich wrote:
> It seems that even ChatGPT produces better code than one in PARI :―(
>
> According to
> https://www.felixcloutier.com/x86/bsr#flags-affected
This page does not mention the carry nor the CF flag.
> the code for bfffo() needs a trailing
> : "cc"
Do you have a test case ?
Cheers,
Bill.