| commit | 73d1044abebbb7a11a45a5ea728ef536af0b0540 | [log] [tgz] |
|---|---|---|
| author | Petar Jovanovic <petar.jovanovic@imgtec.com> | Fri Nov 06 14:52:46 2015 +0000 |
| committer | Petar Jovanovic <petar.jovanovic@imgtec.com> | Fri Nov 06 14:52:46 2015 +0000 |
| tree | 5a08e8b18918a557e03073044430d8f1402d73ea | |
| parent | 1aa4d1c56f276672bd2d8950fefdc6e7454481e2 [diff] |
Fix __builtin_signbit for ppcf128 type Function__builtin_signbit returns wrong value for type ppcf128 on big endian machines. This patch fixes how value is generated in that case. Patch by Aleksandar Beserminji. Differential Revision: http://reviews.llvm.org/D14149 llvm-svn: 252307