search for: amdgpu_ldexp

Displaying 2 results from an estimated 2 matches for "amdgpu_ldexp".

2016 Jul 22
2
HEAD compilation causes gcc internal error
...clang-trunk/src/tools/clang/lib/CodeGen/CGBuiltin.cpp:7283:39: error: *?r600_rsq? is not a member of ?llvm::Intrinsic?* return emitUnaryBuiltin(*this, E, Intrinsic::r600_rsq); ^ /llvm-clang-trunk/src/tools/clang/lib/CodeGen/CGBuiltin.cpp:7289:39: error: *?AMDGPU_ldexp? is not a member of ?llvm::Intrinsic?* return emitFPIntBuiltin(*this, E, Intrinsic::AMDGPU_ldexp); ^ Actually, if I didn't configure to target AMDGPU, why bothering compiling these code? On Fri, Jul 22, 2016 at 11:52 AM, Reid Kleckner <rnk at goo...
2016 Jul 22
2
HEAD compilation causes gcc internal error
Sure this is more likely a gcc bug. However, same toolchain compiled without any problems a week ago. Also, in some organizations, upgrading gcc is very hard if not impossible. On Fri, Jul 22, 2016 at 11:11 AM, Paulo Matos via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > On 22/07/16 20:08, Welson Sun via llvm-dev wrote: > > This is gcc4.8.0 compiling HEAD synced on