We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cbe0e commit 054dc0cCopy full SHA for 054dc0c
src/setup.jl
@@ -17,7 +17,6 @@ vml_set_mode(mode::Integer) = (ccall((:vmlSetMode, MKL_jll.libmkl_rt), Cuint, (U
17
vml_set_accuracy(m::VMLAccuracy) = vml_set_mode((vml_get_mode() & ~0x03) | m.mode)
18
vml_get_accuracy() = VMLAccuracy(vml_get_mode() & 0x3)
19
20
-vml_set_mode((vml_get_mode() & ~0x0000FF00))
21
function vml_check_error()
22
vml_error = ccall((:vmlClearErrStatus, MKL_jll.libmkl_rt), Cint, ())
23
if vml_error != 0
0 commit comments