From 3d1600b6542d41db44df7f7747b113f7cf47172c Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 29 Dec 2017 06:16:35 +0000 Subject: [PATCH] comparesf2/comparedf2: do not build the C versions of intrinsics. --- build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.rs b/build.rs index 996a7c0..a711392 100644 --- a/build.rs +++ b/build.rs @@ -4982,8 +4982,6 @@ mod c { "clzdi2.c", "clzsi2.c", "cmpdi2.c", - "comparedf2.c", - "comparesf2.c", "ctzdi2.c", "ctzsi2.c", "divdc3.c",