Rust 1.98.0이 대수적 부동소수점 연산과 버퍼 기반 정수 포맷팅을 추가하여 발표되었습니다.
Rust 1.98.0의 새로운 안정 버전이 발표되었습니다. 이번 버전은 대수적 부동소수점 연산과 버퍼 기반 정수 포맷팅을 추가하고, ManuallyDrop<Box<_>>의 동작 보장을 포함하고 있습니다. 또한, f32와 f64의 algebraic_* 메서드는 연산 재배치와 루프 벡터화를 허용합니다.
Rust 1.98.0 is released with algebraic floating-point operations and buffer-based integer formatting.
The stable version of Rust 1.98.0 has been announced. This version adds algebraic floating-point operations and buffer-based integer formatting, as well as guarantees the behavior of ManuallyDrop<Box<_>>. Additionally, the algebraic_* methods for f32 and f64 allow operation reordering and loop vectorization.