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

State of SIMD in Rust #5

Closed
huonw opened this issue Sep 28, 2015 · 1 comment
Closed

State of SIMD in Rust #5

huonw opened this issue Sep 28, 2015 · 1 comment

Comments

@huonw
Copy link

huonw commented Sep 28, 2015

A short talk about the work I did on improving the support for the SIMD (Single-Instruction Multiple-Data) functionality of modern CPUs in Rust during my internship at Mozilla.

I'll cover what it is and why people care about it, and give an overview of where Rust is now with some code examples/benchmarks/discussion.

@huonw
Copy link
Author

huonw commented Sep 28, 2015

@huonw huonw closed this as completed Sep 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant