Skip to content

Commit 785100e

Browse files
committed
Add linebreaks
1 parent affb69a commit 785100e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VectorizationBase"
22
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
33
authors = ["Chris Elrod <elrodc@gmail.com>"]
4-
version = "0.21.20"
4+
version = "0.21.21"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/llvm_intrin/memory_addr.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ function vload_quote_llvmcall_core(
507507
vtyp = vtype(W, typ)
508508
if mask
509509
if reverse_load
510-
decl *= truncate_mask!(instrs, '1' + dynamic_index, W, 0, true)
510+
decl *= truncate_mask!(instrs, '1' + dynamic_index, W, 0, true) * "\n"
511511
else
512512
truncate_mask!(instrs, '1' + dynamic_index, W, 0, false)
513513
end
@@ -754,7 +754,7 @@ function vstore_quote(
754754
lret = vtyp = vtype(W, typ)
755755
if mask
756756
if reverse_store
757-
decl *= truncate_mask!(instrs, '2' + dynamic_index, W, 0, true)
757+
decl *= truncate_mask!(instrs, '2' + dynamic_index, W, 0, true) * "\n"
758758
else
759759
truncate_mask!(instrs, '2' + dynamic_index, W, 0, false)
760760
end

0 commit comments

Comments
 (0)