-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
atomicscompiler:llvmFor issues that relate to LLVMFor issues that relate to LLVMperformanceMust go fasterMust go faster
Description
LLVM 9 provides built-ins for atomic floating-point operations (see http://releases.llvm.org/9.0.0/docs/ReleaseNotes.html). Julia should use these in Base/atomics.jl
, as they are likely faster than the current implementation using atomic_cas!
.
StefanKarpinski, longemen3000, XVilka and dillondaudert
Metadata
Metadata
Assignees
Labels
atomicscompiler:llvmFor issues that relate to LLVMFor issues that relate to LLVMperformanceMust go fasterMust go faster