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 c057d95 commit 65412aeCopy full SHA for 65412ae
src/Quadmath.jl
@@ -22,7 +22,7 @@ import Base: (*), +, -, /, <, <=, ==, ^, convert,
22
using Random
23
24
if Sys.isapple() && Sys.ARCH == :x86_64
25
- const quadoplib = "libquadmath.0"
+ const quadoplib = "libgcc_s.1.dylib"
26
const libquadmath = "libquadmath.0"
27
elseif Sys.isapple() && Sys.ARCH == :aarch64
28
const quadoplib = "libgcc_s.1.1.dylib"
0 commit comments