Use a more conservative method to detect non-finite inputs to cbrt.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Use a more conservative method to detect non-finite inputs to cbrt.
Rasmus Munk Larsen
requested to merge
rmlarsen1/eigen-new:cbrt_inf
into
master
Apr 21, 2025
Overview
0
Commits
1
Pipelines
1
Changes
1
Sadly, overzealous compilers may replace
psub(x, x)
with zero.
Merge request reports
Loading