bugMIT/GNU Scheme - Bugs: bug #62707, fxbit-count

 
 

bug #62707: fxbit-count

Submitter:  None
Submitted:  Tue 05 Jul 2022 09:13:30 AM UTC
   
 
Category:  microcode Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  cph Originator Name:  Swedish Chef
Originator Email:  -email is unavailable- Open/Closed:  Closed
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 05 Jul 2022 09:13:30 AM UTC, original submission:  

;; strange microcode

((make-primitive-procedure 'fxbit-count) fx-greatest) ;Value: 57
((make-primitive-procedure 'fxbit-count) fx-least) ;Value: 7
((make-primitive-procedure 'fxbit-count) -1) ;Value: 64

;; srfi 143

(fxbit-count fx-greatest) ;Value: 57
(fxbit-count fx-least) ;Value: 7
(fxbit-count -1) ;Value: 64

;; srfi 142/151

(bit-count fx-greatest) ;Value: 57
(bit-count fx-least) ;Value: 57
(bit-count -1) ;Value: 0


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by cph (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-09-06 cph StatusNone Fixed
        Assigned toNone cph
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code