Skip to content

Commit c369e7f

Browse files
committed
Assume cachelinesize of 64 if unavaibable.
1 parent 88060f3 commit c369e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/determinestrategy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
const CACHELINE_SIZE = VectorizationBase.L₁CACHE.linesize
2+
const CACHELINE_SIZE = something(VectorizationBase.L₁CACHE.linesize, 64)
33

44
# function indexappearences(op::Operation, s::Symbol)
55
# s ∉ loopdependencies(op) && return 0

0 commit comments

Comments
 (0)