diff options
| author | bors <bors@rust-lang.org> | 2015-01-07 05:31:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-01-07 05:31:23 +0000 |
| commit | 9e4e524e0eb17c8f463e731f23b544003e8709c6 (patch) | |
| tree | 916024d35e08f0826c20654f629ec596b5cb1f14 /src/libcore/simd.rs | |
| parent | ea6f65c5f1a3f84e010d2cef02a0160804e9567a (diff) | |
| parent | a64000820f0fc32be4d7535a9a92418a434fa4ba (diff) | |
| download | rust-9e4e524e0eb17c8f463e731f23b544003e8709c6.tar.gz rust-9e4e524e0eb17c8f463e731f23b544003e8709c6.zip | |
auto merge of #20677 : alexcrichton/rust/rollup, r=alexcrichton
Diffstat (limited to 'src/libcore/simd.rs')
| -rw-r--r-- | src/libcore/simd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/simd.rs b/src/libcore/simd.rs index 66b29bab98c..1f9aebb91be 100644 --- a/src/libcore/simd.rs +++ b/src/libcore/simd.rs @@ -25,7 +25,7 @@ //! use std::simd::f32x4; //! let a = f32x4(40.0, 41.0, 42.0, 43.0); //! let b = f32x4(1.0, 1.1, 3.4, 9.8); -//! println!("{}", a + b); +//! println!("{:?}", a + b); //! } //! ``` //! |
