Skip to content

Commit

Permalink
Nuke arithmetic.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
khyperia committed Jun 15, 2021
1 parent f7ac6a0 commit c092081
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 668 deletions.
2 changes: 0 additions & 2 deletions crates/spirv-std/src/arch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
//! no additional safety checks beyond type-checking.
use crate::{scalar::Scalar, vector::Vector};

mod arithmetic;
mod barrier;
mod demote_to_helper_invocation_ext;
mod derivative;
mod primitive;
mod ray_tracing;

pub use arithmetic::*;
pub use barrier::*;
pub use demote_to_helper_invocation_ext::*;
pub use derivative::*;
Expand Down
Loading

0 comments on commit c092081

Please sign in to comment.