From 82e3b8b100a8e96672709e5a00d299162090e885 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Wed, 20 Jan 2010 19:53:19 +0000 Subject: Updated README.txt git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@94016 91177308-0d34-0410-b5e6-96231b3b80d8 --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f15aff229..9d9563668 100644 --- a/README.txt +++ b/README.txt @@ -243,9 +243,9 @@ double __subdf3vfp(double a, double b); // arm only. Appears to return a - b float __subsf3vfp(float a, float b); // arm only. Appears to return a - b float __truncdfsf2vfp(double a); // arm only. Appears to convert from // double to float. -int __unorddf2vfp(double a, double b); // army only. Appears to return +int __unorddf2vfp(double a, double b); // arm only. Appears to return // __unorddf2 -int __unordsf2vfp(float a, float b); // army only. Appears to return +int __unordsf2vfp(float a, float b); // arm only. Appears to return // __unordsf2 -- cgit v1.2.3