Skip to content
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

Add pre-defined vector types #1044

Merged

Conversation

taichi-ishitani
Copy link
Contributor

close #1029

@taichi-ishitani taichi-ishitani force-pushed the add_predefined_vector_types branch 9 times, most recently from 8aa6be1 to d501f7a Compare October 31, 2024 06:52
@dalance
Copy link
Collaborator

dalance commented Nov 1, 2024

Actual usage seems to be like below.
I think it is redundant, and types package may be sufficient.

var a: $std::std_types_pkg::il32;

var a: $std::types::il32;

@taichi-ishitani
Copy link
Contributor Author

Actual usage seems to be like below. I think it is redundant, and types package may be sufficient.

var a: $std::std_types_pkg::il32;

var a: $std::types::il32;

I changed the package name.

@dalance dalance merged commit 88400a7 into veryl-lang:master Nov 5, 2024
7 checks passed
@taichi-ishitani taichi-ishitani deleted the add_predefined_vector_types branch November 5, 2024 16:22
@dalance dalance added the enhancement New feature or request label Nov 12, 2024
@dalance dalance added this to the v0.13.3 milestone Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pre-defined bit vector type
2 participants