From 94487c02dbbb8af95330ad42f6178adabccd7168 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 1 May 2020 15:56:17 +0200 Subject: [PATCH] Delete extra semicolon after brace to make clang happy --- common_x86_64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_x86_64.h b/common_x86_64.h index 0247674cd..1acc36b83 100644 --- a/common_x86_64.h +++ b/common_x86_64.h @@ -80,7 +80,7 @@ static void __inline blas_lock(volatile BLASULONG *address){ #endif do { - while (*address) {YIELDING;}; + while (*address) {YIELDING;} #ifndef C_MSVC __asm__ __volatile__(