Skip to content

Commit

Permalink
Merge pull request #1 from nlw0/nlw0-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nlw0 authored Aug 1, 2019
2 parents 7764870 + 561d39e commit 86c895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Thus, implementing SIMD operations in Julia is in principle a straightforward ap
function +(x::Float64x4, y::Float64x4)
llvmcall("""
%res = fadd <4 x double> %0, %1
return <4 x double> %res
ret <4 x double> %res
""", Float64x4, Tuple{Float64x4, Float64x4}, x, y)
end
```
Expand Down

0 comments on commit 86c895f

Please sign in to comment.