Skip to content

Commit 73adf98

Browse files
authored
Merge pull request #13 from ChrisRackauckas/patch-1
Resolve `if R123_USE_AESNI` at compile time
2 parents ab71f73 + 4b43e41 commit 73adf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Random123.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ catch e
4545
false
4646
end
4747

48-
if R123_USE_AESNI
48+
@static if R123_USE_AESNI
4949
export AESNI1x, AESNI4x
5050
export ARS1x, ARS4x
5151
include("./aesni_common.jl")

0 commit comments

Comments
 (0)