Skip to content
Snippets Groups Projects
Commit 16139b5f authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Updated README.txt

llvm-svn: 94016
parent 397af34e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment