From 7c80b079a2c666d7fe45878b78f36dff9b31ae0d Mon Sep 17 00:00:00 2001 From: Jonas Pleyer Date: Thu, 13 Jun 2024 16:38:41 +0200 Subject: [PATCH] use nalgebra-specific SimdPartialOrd instead of the one from std --- src/base/matrix.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/base/matrix.rs b/src/base/matrix.rs index efba5887..876840d6 100644 --- a/src/base/matrix.rs +++ b/src/base/matrix.rs @@ -2111,7 +2111,7 @@ impl> +impl> Matrix { /// Calculate the right-handed angle between two vectors in radians. @@ -2159,11 +2159,11 @@ impl