summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/src/api/math.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/packed_simd/src/api/math.rs')
-rw-r--r--third_party/rust/packed_simd/src/api/math.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/rust/packed_simd/src/api/math.rs b/third_party/rust/packed_simd/src/api/math.rs
deleted file mode 100644
index e7a8d256ba..0000000000
--- a/third_party/rust/packed_simd/src/api/math.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-//! Implements vertical math operations
-
-#[macro_use]
-mod float;