summaryrefslogtreecommitdiff
path: root/lib/x86_64/floatdixf.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-08 04:43:56 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-08 04:43:56 +0000
commit33c134702e274fdbcb1672771a137efb82b498b2 (patch)
tree2e66478108cb19af264293d78af754ef44b00fd9 /lib/x86_64/floatdixf.c
parentbb119a4fae90e73d48c078024e101bebfdfae5d8 (diff)
Optimized versions now buildable on Solaris.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/x86_64/floatdixf.c')
-rw-r--r--lib/x86_64/floatdixf.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/x86_64/floatdixf.c b/lib/x86_64/floatdixf.c
index 73b5da9fa..569f72774 100644
--- a/lib/x86_64/floatdixf.c
+++ b/lib/x86_64/floatdixf.c
@@ -1,7 +1,8 @@
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+/* This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ */
-// long double __floatdixf(di_int a);
+/* long double __floatdixf(di_int a); */
#ifdef __x86_64__
@@ -12,4 +13,4 @@ long double __floatdixf(int64_t a)
return (long double)a;
}
-#endif // __i386__
+#endif /* __i386__ */