JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

some functions got broken on the latest 13b7 #47

Closed mryodo closed 1 year ago

mryodo commented 1 year ago

Hi! Maybe, that's on my end, but...

After the update to the latest beta (beta7) of macos 13, the package throughs an error like could not load symbol "vvsin"

Minimal working example:

using AppleAccelerate
x = rand(10, 1);
AppleAccelerate.sin(x)

it throughs

ERROR: could not load symbol "vvsin":
dlsym(0x39e90f318, vvsin): invalid handle
alexgower commented 1 year ago

I still have this exact issue