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

{arm,armv7} + NEON aligned loads are failing on CI #182

Closed
gnzlbg opened this issue Oct 25, 2018 · 1 comment
Closed

{arm,armv7} + NEON aligned loads are failing on CI #182

gnzlbg opened this issue Oct 25, 2018 · 1 comment
Labels
A-arm ARM 32-bit architecture

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Oct 25, 2018

failures:
---- v256::f32x8_slice_from_slice::from_slice_aligned stdout ----
thread 'v256::f32x8_slice_from_slice::from_slice_aligned' panicked at 'assertion failed: `(left == right)`
  left: `42.0`,
 right: `-651612000000000000000000000000000.0`', src/v256.rs:48:1
---- v256::i16x16_slice_from_slice::from_slice_aligned stdout ----
thread 'v256::i16x16_slice_from_slice::from_slice_aligned' panicked at 'assertion failed: `(left == right)`
  left: `42`,
 right: `-32256`', src/v256.rs:24:1
---- v256::i32x8_slice_from_slice::from_slice_aligned stdout ----
thread 'v256::i32x8_slice_from_slice::from_slice_aligned' panicked at 'assertion failed: `(left == right)`
  left: `42`,
 right: `-167738880`', src/v256.rs:40:1
---- v256::u16x16_slice_from_slice::from_slice_aligned stdout ----
thread 'v256::u16x16_slice_from_slice::from_slice_aligned' panicked at 'assertion failed: `(left == right)`
  left: `42`,
 right: `33280`', src/v256.rs:29:1
---- v256::u32x8_slice_from_slice::from_slice_aligned stdout ----
thread 'v256::u32x8_slice_from_slice::from_slice_aligned' panicked at 'assertion failed: `(left == right)`
  left: `42`,
 right: `4127228416`', src/v256.rs:44:1
failures:
    v256::f32x8_slice_from_slice::from_slice_aligned
    v256::i16x16_slice_from_slice::from_slice_aligned
    v256::i32x8_slice_from_slice::from_slice_aligned
    v256::u16x16_slice_from_slice::from_slice_aligned
    v256::u32x8_slice_from_slice::from_slice_aligned
@gnzlbg gnzlbg added the A-arm ARM 32-bit architecture label Oct 25, 2018
@workingjubilee
Copy link
Contributor

No longer errs. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-arm ARM 32-bit architecture
Projects
None yet
Development

No branches or pull requests

2 participants