We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4220e8 commit 4a89765Copy full SHA for 4a89765
vortex-scalar/src/primitive.rs
@@ -995,7 +995,7 @@ mod tests {
995
// Test f16 to f64 conversion
996
assert!(f64::from_f16(f16_val).is_some());
997
998
- // Test f16 to integer conversion (should fail)
+ // Test PValue::F16(f16) to integer conversion (should fail)
999
assert!(i32::try_from(PValue::from(f16_val)).is_err());
1000
assert!(u32::try_from(PValue::from(f16_val)).is_err());
1001
}
0 commit comments