Skip to content

Commit

Permalink
Merge pull request #9 from axman6/fix-cursored
Browse files Browse the repository at this point in the history
Fix cursored evaluation
  • Loading branch information
tmcdonell committed Feb 7, 2017
2 parents 590fa17 + da29ffc commit 558eccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repa/Data/Array/Repa/Eval/Cursored.hs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fillCursoredBlock2S

where {-# INLINE fillLine4 #-}
fillLine4 !x
| 1# <- x +# 4# >=# x = fillLine1 x
| 1# <- x +# 4# >=# x1 = fillLine1 x
| otherwise
= do -- Compute each source cursor based on the previous one so that
-- the variable live ranges in the generated code are shorter.
Expand Down

0 comments on commit 558eccf

Please sign in to comment.