Skip to content

Replace fmin/fmax with plain comparison#1290

Merged
bnoordhuis merged 1 commit intoquickjs-ng:masterfrom
bnoordhuis:no-fmin-fmax
Jan 4, 2026
Merged

Replace fmin/fmax with plain comparison#1290
bnoordhuis merged 1 commit intoquickjs-ng:masterfrom
bnoordhuis:no-fmin-fmax

Conversation

@bnoordhuis
Copy link
Copy Markdown
Contributor

It was reported that DJGPP lacks fmin and fmax. The surrounding code code already takes care of NaNs and signed zeros, so there is no real need to call out to said functions.

Refs: #1287

It was reported that DJGPP lacks fmin and fmax. The surrounding code
code already takes care of NaNs and signed zeros, so there is no real
need to call out to said functions.

Refs: quickjs-ng#1287
@bnoordhuis bnoordhuis merged commit e52df51 into quickjs-ng:master Jan 4, 2026
122 checks passed
@bnoordhuis bnoordhuis deleted the no-fmin-fmax branch January 4, 2026 00:08
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.

2 participants