From 67f8bc0148070f5be55b883d74cd04985a698d6b Mon Sep 17 00:00:00 2001 From: nsz Date: Sun, 11 Mar 2012 22:08:27 +0100 Subject: [PATCH] fix the names of x86_64 .s files --- src/math/x86_64/{e_sqrt.s => sqrt.s} | 0 src/math/x86_64/{e_sqrtf.s => sqrtf.s} | 0 src/math/x86_64/{e_sqrtl.s => sqrtl.s} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/math/x86_64/{e_sqrt.s => sqrt.s} (100%) rename src/math/x86_64/{e_sqrtf.s => sqrtf.s} (100%) rename src/math/x86_64/{e_sqrtl.s => sqrtl.s} (100%) diff --git a/src/math/x86_64/e_sqrt.s b/src/math/x86_64/sqrt.s similarity index 100% rename from src/math/x86_64/e_sqrt.s rename to src/math/x86_64/sqrt.s diff --git a/src/math/x86_64/e_sqrtf.s b/src/math/x86_64/sqrtf.s similarity index 100% rename from src/math/x86_64/e_sqrtf.s rename to src/math/x86_64/sqrtf.s diff --git a/src/math/x86_64/e_sqrtl.s b/src/math/x86_64/sqrtl.s similarity index 100% rename from src/math/x86_64/e_sqrtl.s rename to src/math/x86_64/sqrtl.s -- 2.20.1