Skip to content

Commit 6967c61

Browse files
committed
Added broadcast literal power test.
1 parent ad6c988 commit 6967c61

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1313

1414
[compat]
1515
OffsetArrays = "1"
16-
SIMDPirates = "0.7.10"
16+
SIMDPirates = "0.7.11"
1717
SLEEFPirates = "0.4.4"
1818
UnPack = "0"
1919
VectorizationBase = "0.10"

test/broadcast.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
D1 = C .^ 0.3;
109109
D2 = @avx C .^ 0.3;
110110
@test D1 D2
111+
@. D1 = C ^ 2;
112+
@avx @. D2 = C ^ 2;
113+
@test D1 D2
111114
end
112115
end
113116
end

0 commit comments

Comments
 (0)