Skip to content

feat(bfloat16): add ArithmeticMode support and NaN propagation#8

Merged
dndungu merged 1 commit into
mainfrom
feat/bfloat16-phase2
Mar 30, 2026
Merged

feat(bfloat16): add ArithmeticMode support and NaN propagation#8
dndungu merged 1 commit into
mainfrom
feat/bfloat16-phase2

Conversation

@dndungu

@dndungu dndungu commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

T46.5.1: BFloat16 Phase 2 - WithMode arithmetic functions, NaN propagation, gradual underflow, FMA.

Implement BFloat16AddWithMode, SubWithMode, MulWithMode, DivWithMode
with ArithmeticMode parameter (IEEE, Fast, Exact). Add proper NaN
propagation across all operations and gradual underflow for subnormal
results. Include BFloat16FMA using float64 intermediate precision.
@dndungu dndungu merged commit 5ddc6a1 into main Mar 30, 2026
@dndungu dndungu deleted the feat/bfloat16-phase2 branch March 30, 2026 08:23
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