Skip to content

Commit fbe8195

Browse files
committed
Move FMA tests and examples to std_float crate
1 parent 50d79e3 commit fbe8195

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

crates/core_simd/tests/fma.rs renamed to crates/std_float/tests/fma.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![feature(portable_simd)]
22

33
use core_simd::simd::prelude::*;
4-
use std_float::StdFloat;
4+
use crate::StdFloat;
55

66
#[test]
77
fn test_mul_add_basic() {

0 commit comments

Comments
 (0)