Re: [PATCH] New wi::bitreverse function.

2023-06-05 Thread Richard Sandiford via Gcc-patches
"Roger Sayle" writes: > This patch provides a wide-int implementation of bitreverse, that > implements both of Richard Sandiford's suggestions from the review at > https://gcc.gnu.org/pipermail/gcc-patches/2023-May/618215.html of an > improved API (as a stand-alone function matching the bswap

RE: [PATCH] New wi::bitreverse function.

2023-06-02 Thread Roger Sayle
Doh! Wrong patch... Roger -- -Original Message- From: Roger Sayle Sent: Friday, June 2, 2023 3:17 PM To: 'gcc-patches@gcc.gnu.org' Cc: 'Richard Sandiford' Subject: [PATCH] New wi::bitreverse function. This patch provides a wide-int implementation of bitreverse, that implements

[PATCH] New wi::bitreverse function.

2023-06-02 Thread Roger Sayle
This patch provides a wide-int implementation of bitreverse, that implements both of Richard Sandiford's suggestions from the review at https://gcc.gnu.org/pipermail/gcc-patches/2023-May/618215.html of an improved API (as a stand-alone function matching the bswap refactoring), and an