summaryrefslogtreecommitdiff
path: root/lib/powisf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/powisf2.c')
-rw-r--r--lib/powisf2.c27
1 files changed, 14 insertions, 13 deletions
diff --git a/lib/powisf2.c b/lib/powisf2.c
index fcaaa1f26..ace08c266 100644
--- a/lib/powisf2.c
+++ b/lib/powisf2.c
@@ -1,19 +1,20 @@
-//===-- powisf2.cpp - Implement __powisf2 ---------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file implements __powisf2 for the compiler_rt library.
-//
-//===----------------------------------------------------------------------===//
+/*===-- powisf2.cpp - Implement __powisf2 ---------------------------------===
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ *
+ * ===----------------------------------------------------------------------===
+ *
+ * This file implements __powisf2 for the compiler_rt library.
+ *
+ * ===----------------------------------------------------------------------===
+ */
#include "int_lib.h"
-// Returns: a ^ b
+/* Returns: a ^ b */
float
__powisf2(float a, si_int b)