diff options
| author | Nick Kledzik <kledzik@apple.com> | 2011-03-05 02:15:16 +0000 |
|---|---|---|
| committer | Nick Kledzik <kledzik@apple.com> | 2011-03-05 02:15:16 +0000 |
| commit | fc1586cf9f32bbf6ebb19703351cc0fa2efe5604 (patch) | |
| tree | dc10bbe8d3334e3ef87ed2a312c5bac487eb6be5 /compiler-rt/lib/arm/softfloat-alias.list | |
| parent | 250ffb1fcb79ee8783e3c42f3232e6700dee36b8 (diff) | |
| download | bcm5719-llvm-fc1586cf9f32bbf6ebb19703351cc0fa2efe5604.tar.gz bcm5719-llvm-fc1586cf9f32bbf6ebb19703351cc0fa2efe5604.zip | |
<rdar://problem/9091300> update Apple packaging of compiler-rt
llvm-svn: 127057
Diffstat (limited to 'compiler-rt/lib/arm/softfloat-alias.list')
| -rw-r--r-- | compiler-rt/lib/arm/softfloat-alias.list | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/compiler-rt/lib/arm/softfloat-alias.list b/compiler-rt/lib/arm/softfloat-alias.list new file mode 100644 index 00000000000..cc6a4b3cdd2 --- /dev/null +++ b/compiler-rt/lib/arm/softfloat-alias.list @@ -0,0 +1,21 @@ +# +# These are soft float functions which can be +# aliased to the *vfp functions on arm processors +# that support floating point instructions. +# +___adddf3vfp ___adddf3 +___addsf3vfp ___addsf3 +___divdf3vfp ___divdf3 +___divsf3vfp ___divsf3 +___extendsfdf2vfp ___extendsfdf2 +___fixdfsivfp ___fixdfsi +___fixsfsivfp ___fixsfsi +___floatsidfvfp ___floatsidf +___floatsisfvfp ___floatsisf +___muldf3vfp ___muldf3 +___mulsf3vfp ___mulsf3 +___subdf3vfp ___subdf3 +___subsf3vfp ___subsf3 +___truncdfsf2vfp ___truncdfsf2 +___floatunssidfvfp ___floatunsidf +___floatunssisfvfp ___floatunsisf |

