Skip to content

Commit 065d58f

Browse files
committed
Cleanup
1 parent 1c7a79b commit 065d58f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/MultiPrecisionArrays.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ using SIAMFANLEquations: kstore
1111
using OhMyThreads: tforeach, @tasks
1212
using Base.Threads: nthreads
1313

14+
#Stub for the day when Metal is ready
15+
#if Sys.isapple()
16+
#println("apple")
17+
#end
18+
1419
#
1520
# This is MultiPrecisionArrays.jl
1621
# The package has data structures and algorithms to manage several

0 commit comments

Comments
 (0)