Skip to content

Commit dc30b38

Browse files
committed
ditto
1 parent 394200d commit dc30b38

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

source/mir/ndslice/algorithm.d

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,7 @@ Computes minimum value of maximum values for each row.
233233
+/
234234
unittest
235235
{
236-
// LDC is LLVM D Compiler
237-
version(LDC)
238-
import ldc.intrinsics : fmax = llvm_maxnum, fmin = llvm_minnum;
239-
// std.math prevents vectorization for now
240-
else
241-
import std.math : fmax, fmin;
236+
import mir.math.common;
242237
import mir.ndslice.allocation : slice;
243238
import mir.ndslice.dynamic : transposed;
244239
import mir.ndslice.topology : as, iota, pack, map, universal;

0 commit comments

Comments
 (0)