Skip to content

Fix subnormal float conversion in fp2xlns16 and fp2xlns32#44

Open
kallal79 wants to merge 1 commit intoxlnsresearch:mainfrom
kallal79:fix-subnormal-conversion-issue-9
Open

Fix subnormal float conversion in fp2xlns16 and fp2xlns32#44
kallal79 wants to merge 1 commit intoxlnsresearch:mainfrom
kallal79:fix-subnormal-conversion-issue-9

Conversation

@kallal79
Copy link
Copy Markdown

@kallal79 kallal79 commented Apr 1, 2026

Handle IEEE 754 subnormal numbers by checking fabsf(x) < FLT_MIN and converting them to LNS zero representation to prevent garbage values when passed through logarithm function.

Handle IEEE 754 subnormal numbers by checking fabsf(x) < FLT_MIN
and converting them to LNS zero representation to prevent garbage
values when passed through logarithm function.
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.

1 participant