Skip to content

Fix fract() on NEON - #365

Merged
Shnatsel merged 1 commit into
linebender:mainfrom
Shnatsel:fix-neon-fract
Aug 31, 2026
Merged

Fix fract() on NEON#365
Shnatsel merged 1 commit into
linebender:mainfrom
Shnatsel:fix-neon-fract

Conversation

@Shnatsel

@Shnatsel Shnatsel commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Fixes #364, adds regression tests

This is also faster on llvm-mca than the previous formulation, as a bonus

Also adds regression tests
@Shnatsel
Shnatsel added this pull request to the merge queue Aug 31, 2026
Merged via the queue into linebender:main with commit b8d0573 Aug 31, 2026
22 checks passed
@Shnatsel
Shnatsel deleted the fix-neon-fract branch August 31, 2026 17:45
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.

fract() is incorrect on NEON for {f32,f64}::MAX, MIN and infinities

2 participants