Skip to content

When piecewise and index node evaluated to negative indicies, this wo…#13

Merged
cianciosa merged 2 commits into
mainfrom
underflow
Jun 4, 2026
Merged

When piecewise and index node evaluated to negative indicies, this wo…#13
cianciosa merged 2 commits into
mainfrom
underflow

Conversation

@cianciosa

Copy link
Copy Markdown
Collaborator

…uld cause the unsigned types to underflow. This avoid the underflow by performing the min in float types and max in in types.

…uld cause the unsigned types to underflow. This avoid the underflow by performing the min in float types and max in in types.
@cianciosa cianciosa linked an issue Jun 3, 2026 that may be closed by this pull request
@cianciosa cianciosa merged commit 277114d into main Jun 4, 2026
3 of 4 checks passed
@cianciosa cianciosa deleted the underflow branch June 4, 2026 22:43
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.

Indexes can underflow in kernel source code.

1 participant