Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double precision support #13

Closed
JV4K opened this issue Sep 15, 2023 · 2 comments
Closed

Double precision support #13

JV4K opened this issue Sep 15, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@JV4K
Copy link

JV4K commented Sep 15, 2023

image
Hello! I am getting weird data when trying to read double-precision floating point. Are they not supported or am I doing something wrong? Thanks!

@klonyyy klonyyy added the enhancement New feature or request label Sep 16, 2023
@klonyyy klonyyy self-assigned this Sep 16, 2023
@klonyyy
Copy link
Owner

klonyyy commented Sep 16, 2023

Hello,

You are right, the double and uint64_t are not yet supported. This is because it's much trickier to implement, especially when their address is not aligned. I will add it to my TODO list, however until more people request it, it will have a medium priority.

@klonyyy
Copy link
Owner

klonyyy commented Feb 20, 2024

Closing due to inactivity. Please reopen if double support is indispensable for your application.

@klonyyy klonyyy closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants