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

Enabling double precision real number #22

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

sungdukyu
Copy link

The default precision for real number is 32-bit in FKB. However, we found that this 32-bit is not enough for our application (e.g., floating point overflow/underflow), and 64-bit is needed. The original FKB is written to support 64-bit or 128-bit real number, but there were minor bugs. Also, there were bugs when 64-bit integer is selected. This is a debugged version that successfully compiles with -DREAL64, -DREAL128, or -DINT64 flags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants