Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
clean-platform
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-and-itasks
  • clean-platform
  • Merge Requests
  • !317

Merged
Opened Apr 04, 2020 by Camil Staps@cstaps🚀Owner

Fix the 32-bit encodeReal and decodeReal in Data.Encoding.GenBinary

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Casting to/from a lazy tuple doesn't work, because the layout is different. A Real on 32-bit systems is REAL,r1,r2 where r1,r2 is the double; a lazy tuple is TUPLE,p1,p2 where p1 and p2 are pointers to other nodes (in this case integers with layout INT,i).

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: clean-and-itasks/clean-platform!317
Source branch: fix-32-bit-genBinary-Real