@@ -3,12 +3,12 @@ module Octavian
33using VectorizationBase, ArrayInterface, LoopVectorization
44
55using VectorizationBase: align, AbstractStridedPointer, zstridedpointer, vsub_nsw, assume,
6- static_sizeof, lazymul, StridedPointer, gesp, pause, pick_vector_width, has_feature,
7- num_cache_levels, cache_size, num_cores, num_cores, cache_inclusive, cache_linesize, ifelse
8- using LoopVectorization: maybestaticsize, preserve_buffer, CloseOpen, UpperBoundedInteger
9- using ArrayInterface: OptionallyStaticUnitRange, size, strides, offsets, indices,
10- static_length, static_first, static_last, axes, dense_dims, stride_rank
11-
6+ static_sizeof, StridedPointer, gesp, pause, pick_vector_width, has_feature,
7+ cache_size, num_cores, num_cores, cache_inclusive, cache_linesize
8+ using LoopVectorization: preserve_buffer, CloseOpen, UpperBoundedInteger
9+ using ArrayInterface: size, strides, offsets, indices, axes
10+ using IfElse : ifelse
11+
1212using Static: StaticInt, Zero, One, StaticBool, True, False, gt, eq, StaticFloat64,
1313 roundtostaticint, floortostaticint
1414using StrideArraysCore: MemoryBuffer
0 commit comments