From f00aa6bfe92c0cb5011bf2d82d2fed820d2ec6c9 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Thu, 14 Feb 2019 21:36:23 +0100 Subject: [PATCH] druntime: Fix core.atomic.cas() for 64-bit floating-point values Fixes #3000. --- runtime/druntime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/druntime b/runtime/druntime index 7ff4f855d2d..a7835fab226 160000 --- a/runtime/druntime +++ b/runtime/druntime @@ -1 +1 @@ -Subproject commit 7ff4f855d2d54b03a0119915248811faa0d957d6 +Subproject commit a7835fab226a1ef19b5b10148799fd20a4b2cf27