Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Allow operators on primitive arrays #27

Open
AjaniBilby opened this issue Jul 29, 2020 · 0 comments
Open

Allow operators on primitive arrays #27

AjaniBilby opened this issue Jul 29, 2020 · 0 comments
Labels
enhancement New feature or request low priority

Comments

@AjaniBilby
Copy link
Member

Utilise primitive operations on equal length arrays (in LLVM aka vectors). This then allows for SMID operations via LLVM optimisations.

Example:

Array#[i32, 4] a;
Array#[i32, 4] b;
Array#[i32, 4] c;

a = b + c;
@AjaniBilby AjaniBilby added enhancement New feature or request low priority labels Jul 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant