Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Replace 98016 example
Browse files Browse the repository at this point in the history
Closes #1460
  • Loading branch information
Alexendoo committed Nov 28, 2022
1 parent 607fbd6 commit 280ea11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
10 changes: 10 additions & 0 deletions ices/98016.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#![crate_type = "lib"]
#![feature(repr_simd)]

#[repr(simd)]
pub struct Simd([u8; 8]);

pub fn to_array_outer(x: Simd) -> [u8; 8] {
let y = x;
y.0
}
20 changes: 0 additions & 20 deletions ices/98016.sh

This file was deleted.

0 comments on commit 280ea11

Please sign in to comment.