dimforge / simba

Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Apache License 2.0
295 stars 29 forks source link

Implement Hash for fixed-point number newtypes #6

Closed ghost closed 4 years ago

ghost commented 4 years ago

This merely delegates to the Hash implementation in fixed.

ghost commented 4 years ago

The CI failure seems to be unrelated to the code change:

#!/bin/bash -eo pipefail
xargo build --verbose --no-default-features --target=x86_64-unknown-linux-gnu;

+ "rustc" "--print" "sysroot"
ERROR: the sysroot can't be built for the Stable channel. Switch to nightly.

Exited with code exit status 1

CircleCI received exit code 1
sebcrozet commented 4 years ago

Thanks!