summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/src/codegen/math.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/packed_simd/src/codegen/math.rs')
-rw-r--r--third_party/rust/packed_simd/src/codegen/math.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/packed_simd/src/codegen/math.rs b/third_party/rust/packed_simd/src/codegen/math.rs
new file mode 100644
index 0000000000..9a0ea7a4e2
--- /dev/null
+++ b/third_party/rust/packed_simd/src/codegen/math.rs
@@ -0,0 +1,3 @@
+//! Vertical math operations
+
+pub(crate) mod float;