Skip to content

Use the sourcemeta_enable_simd() in Blaze - #148

Open
jviotti wants to merge 1 commit into
mainfrom
blaze-simd
Open

Use the sourcemeta_enable_simd() in Blaze#148
jviotti wants to merge 1 commit into
mainfrom
blaze-simd

Conversation

@jviotti

@jviotti jviotti commented Apr 18, 2025

Copy link
Copy Markdown
Member

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
Copy Markdown
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