Closed tlienart closed 7 years ago
The error comes from ippsampler
test
this passes on OSX / Unix
Hmmm one problem may be that Float64
and Int64
don't exist on those architectures ... ?
And the rest fails because it's Julia 0.6.
Actions:
nightlies
from appveyor matrix (0.6
doesn't work for the moment, there's a number of things that break, should use compat
but not a priority)One can retrieve the system architecture via Sys.WORD_SIZE
, aliasing accordingly Int
and Float
.
It's unclear to me why it would work on one and not the others.
Need to