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 support for using System.Numerics namespace in local scripts #1373

Merged
merged 1 commit into from
May 21, 2023

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented May 21, 2023

This PR adds System.Numerics to the set of default assembly references included when building local scripts. This allows access to this small yet powerful SIMD-accelerated library for vector and matrix computations.

Fixes #1372

@glopesdev glopesdev added the fix Pull request that fixes an issue label May 21, 2023
@glopesdev glopesdev added this to the 2.8 milestone May 21, 2023
@glopesdev glopesdev merged commit f5df99e into bonsai-rx:main May 21, 2023
@glopesdev glopesdev deleted the issue-1372 branch May 21, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use System.Numerics in local scripts
1 participant