]> git.proxmox.com Git - rustc.git/blobdiff - vendor/packed_simd/src/api/math.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / vendor / packed_simd / src / api / math.rs
diff --git a/vendor/packed_simd/src/api/math.rs b/vendor/packed_simd/src/api/math.rs
new file mode 100644 (file)
index 0000000..e7a8d25
--- /dev/null
@@ -0,0 +1,4 @@
+//! Implements vertical math operations
+
+#[macro_use]
+mod float;