summaryrefslogtreecommitdiffstats
path: root/libclc/amdgpu/lib/math
Commit message (Collapse)AuthorAgeFilesLines
* Replace nextafter implementationMatt Arsenault2016-09-081-0/+5
| | | | | | This one passes conformance. llvm-svn: 280961
* amdgpu: Use right builtn for rsqMatt Arsenault2016-07-191-1/+6
| | | | | | | The r600 path has never actually worked sinced double is not implemented there. llvm-svn: 276009
* Replace llvm.AMDGPU.ldexp with llvm.amdgcn.ldexpMatt Arsenault2016-07-181-47/+0
| | | | | | | It didn't really work on r600 to begin with, which should get its own intrinsic. llvm-svn: 275813
* Split sources for amdgcn and r600Matt Arsenault2016-02-133-0/+110
Most files remain in a common amdgpu directory. Also switches barriers to to use convergent, and use llvm.amdgcn.s.barrier. This now requires 3.9/trunk to build amdgcn. llvm-svn: 260777
OpenPOWER on IntegriCloud