Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 04dfa80

Browse files
authored
Nuke arithmetic.rs (#666)
1 parent f7ac6a0 commit 04dfa80

File tree

19 files changed

+0
-668
lines changed

19 files changed

+0
-668
lines changed

crates/spirv-std/src/arch.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
//! no additional safety checks beyond type-checking.
66
use crate::{scalar::Scalar, vector::Vector};
77

8-
mod arithmetic;
98
mod barrier;
109
mod demote_to_helper_invocation_ext;
1110
mod derivative;
1211
mod primitive;
1312
mod ray_tracing;
1413

15-
pub use arithmetic::*;
1614
pub use barrier::*;
1715
pub use demote_to_helper_invocation_ext::*;
1816
pub use derivative::*;

0 commit comments

Comments
 (0)