Skip to content

Conversation

@FrancescAlted
Copy link
Member

Minimal modifications for allowing miniexpr to run on windows too. It currently has these limitations:

  • It does not work when the output of an expression is of integral type
  • It does not work in expressions with operands with mixed types (e.g. int32 + float32 -> float64)

There has been a considerable amount of effort to reduce the limitations on windows to just this two cases, so I am quite satisfied with what we have now. All other cases, including SIMD accelerations for transcendental functions via SLEEF, are working really well.

Ready for review.

@FrancescAlted FrancescAlted changed the title Miniexpr win2 Miniexpr for Windows Jan 23, 2026
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