We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60b0e2 commit 2d2ae22Copy full SHA for 2d2ae22
1 file changed
src/Random123.jl
@@ -29,7 +29,7 @@ include("philox.jl")
29
30
export R123_USE_AESNI
31
32
-"True when x86 AES-NI instructiona have been detected."
+"True when x86 AES-NI instructions have been detected."
33
const R123_USE_X86_AES_NI::Bool = @static if Sys.ARCH ≡ :x86_64 || Sys.ARCH ≡ :i686
34
try
35
cmd = Base.julia_cmd()
@@ -49,7 +49,7 @@ else
49
false
50
end
51
52
-"True when AArch64 FEAT_AES intrinsics have been detected."
+"True when AArch64 FEAT_AES instructions have been detected."
53
const R123_USE_AARCH64_FEAT_AES::Bool = if Sys.ARCH ≡ :aarch64
54
55
0 commit comments