Skip to content

Conversation

jviotti
Copy link
Member

@jviotti jviotti commented Apr 18, 2025

I'm making SIMD flags opt-in to make it easier to release cross-platform
binaries for tools like the JSON Schema CLI (as some target machines
will not support SIMD).

While we don't use SIMD directly, auto-vectorisation does, and saw
issues in the wild with the JSON Schema CLI binaries not working on
certain machines.

Signed-off-by: Juan Cruz Viotti jv@jviotti.com

I'm making SIMD flags opt-in to make it easier to release cross-platform
binaries for tools like the JSON Schema CLI (as some target machines
will not support SIMD).

While we don't use SIMD directly, auto-vectorisation does, and saw
issues in the wild with the JSON Schema CLI binaries not working on
certain machines.

Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
@michaelmior
Copy link
Contributor

@jviotti This looks fine to me. Any reason not to merge?

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