Ruud H.G. van Tol on Thu, 30 Mar 2023 19:03:53 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: pari-dev@pari.math.u-bordeaux.fr
- Subject: bit_ffs
- From: "Ruud H.G. van Tol" <rvtol@isolution.nl>
- Date: Thu, 30 Mar 2023 19:02:34 +0200
- Delivery-date: Thu, 30 Mar 2023 19:03:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=isolution.nl; s=soverin; t=1680195757; bh=xcJUpraVjs37JxtjXgNEQ7YA87OuN/WwR/XkY1DJIQ0=; h=Date:To:From:Subject:From; b=EzoRBAhmUxqDitaYZ07PtvH9ZEv0DwPYffBmRBw6+51sMjrf9CzDHi6QiZOtr3I8t p6R+tJ94r9ElwB53a3CEsfp/+ygUQGhOv5f+0ROTG1eTAXpUOp7C7hDJknsqh9OA6d BLnxnQgiHYcJH1GGBmCr9sd3zdN27I3THBGCg0vbxnt/6qoGeOLEiFHhhin8uvqb1g vYh/OBwWUj1MtRfay9/v37VmpIYzqgb+0y95nBq10nlxqCwEdcwk0sNiTmMu2VXLnO Zj1uRgQDeagUZghAWDuQVB0hn8okDkglnq2gdP9/pNJYk9Af7EG9pQDl1UsU9Wb79+ klM7PdvLGIPHA==
Might be interesting to add:
https://en.wikipedia.org/wiki/Find_first_set
https://www.man7.org/linux/man-pages/man3/ffs.3.html
https://www.go4expert.com/articles/builtin-gcc-functions-builtinclz-t29238/
Or are those too low-level?
bit_ffs, bit_ctz
-- Ruud
- Follow-Ups:
- Re: bit_ffs
- From: "Ruud H.G. van Tol" <rvtol@isolution.nl>
- Re: bit_ffs
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>