summary refs log tree commit diff
path: root/src/libstd/unstable/simd.rs
AgeCommit message (Collapse)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
Closes #2569
2014-01-28Feature gate #[simd]David Manescu-0/+10
Fixes #11721
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+43
This only changes the directory names; it does not change the "real" metadata names.