Skip to content

Add SIMD prerequisites #469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 7, 2019
Merged

Add SIMD prerequisites #469

merged 3 commits into from
Feb 7, 2019

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Feb 7, 2019

This PR adds a few internals to help get started with SIMD, like the v128 type. It doesn't implement any actual operations but leaves this to future PRs.

Essentially, if you'd want to play around with / implement SIMD, you'd --enable simd and go from there. When enabled, the only thing that works currently is

var v: v128;

yielding a (mut v128) global.

@MaxGraey
Copy link
Member

MaxGraey commented Feb 7, 2019

Could you also provide ASC_FEATURE_SIMD constant?

@dcodeIO dcodeIO changed the title Add vector type prerequisites Add SIMD prerequisites Feb 7, 2019
@dcodeIO dcodeIO merged commit 2f1a6c4 into master Feb 7, 2019
@dcodeIO dcodeIO deleted the vector-type branch March 7, 2019 23:48
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