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 264650a commit 99dc160Copy full SHA for 99dc160
src/Quadmath.jl
@@ -70,10 +70,6 @@ macro ccall(expr)
70
end
71
72
73
-
74
-const _WIN_PTR_ABI = Sys.iswindows() && (Sys.WORD_SIZE == 64)
75
76
77
# we use this slightly cumbersome definition to ensure that the value is 128-bit aligned
78
# and passed on the xmm registers, matching the x86_64 ABI for __float128.
79
const Cfloat128 = NTuple{2,VecElement{Float64}}
0 commit comments