Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# `simd`

[![Build Status](https://travis-ci.org/hsivonen/simd.svg?branch=master)](https://travis-ci.org/hsivonen/simd)
[![crates.io](https://meritbadge.herokuapp.com/simd)](https://crates.io/crates/simd)
[![docs.rs](https://docs.rs/simd/badge.svg)](https://docs.rs/simd/)
[![crates.io](https://img.shields.io/crates/v/simd.svg)](https://crates.io/crates/simd)
[![docs.rs](https://docs.rs/simd/badge.svg)](https://docs.rs/simd)

_This crate no londer builds as of Rust 1.33 nightly_ due to the [removal of compiler features](https://github.com/rust-lang/rust/pull/57416) that this crates depends on. See the [`packed_simd`](https://crates.io/crates/packed_simd) crate instead.

Expand Down
2 changes: 1 addition & 1 deletion examples/fannkuch-redux-nosimd.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Computer Language Benchmarks Game
// http://benchmarksgame.alioth.debian.org/
// https://benchmarksgame-team.pages.debian.net/benchmarksgame/
//
// contributed by the Rust Project Developers
// contributed by TeXitoi
Expand Down
2 changes: 1 addition & 1 deletion examples/nbody-nosimd.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Computer Language Benchmarks Game
// http://benchmarksgame.alioth.debian.org/
// https://benchmarksgame-team.pages.debian.net/benchmarksgame/
//
// contributed by the Rust Project Developers
// contributed by TeXitoi
Expand Down
2 changes: 1 addition & 1 deletion examples/spectral-norm-nosimd.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Computer Language Benchmarks Game
// http://benchmarksgame.alioth.debian.org/
// https://benchmarksgame-team.pages.debian.net/benchmarksgame/
//
// contributed by the Rust Project Developers
// contributed by TeXitoi
Expand Down