File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ LLVMExtra_jll = "dad2f222-ce93-54a1-a47d-0025e8a3acab"
88Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
99Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
1010Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
11- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
1211Unicode = " 4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
1312
1413[weakdeps ]
@@ -24,7 +23,6 @@ LLVMExtra_jll = "=0.0.34"
2423Libdl = " 1.8"
2524Preferences = " 1.4"
2625Printf = " 1.8"
27- Requires = " 1.3"
2826Unicode = " 1.8"
2927julia = " 1.10"
3028
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module BFloat16sExt
33using LLVM
44using LLVM: API
55
6- isdefined (Base, :get_extension ) ? ( using BFloat16s) : ( using .. BFloat16s)
6+ using BFloat16s
77
88# # constant values
99
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ using Libdl
77
88using CEnum
99
10- if ! isdefined (Base, :get_extension )
11- using Requires: @require
12- end
13-
1410
1511# # source code includes
1612
@@ -119,12 +115,6 @@ function __init__()
119115 Please re-compile Julia and LLVM.jl (but note that USE_SYSTEM_LLVM is not a supported configuration)."""
120116 end
121117
122- @static if ! isdefined (Base, :get_extension )
123- @require BFloat16s = " ab4f0b2a-ad5b-11e8-123f-65d77653426b" begin
124- include (" ../ext/BFloat16sExt.jl" )
125- end
126- end
127-
128118 _install_handlers ()
129119 atexit (report_leaks)
130120end
You can’t perform that action at this time.
0 commit comments