================ @@ -0,0 +1,274 @@ +//===----------------------------------------------------------------------===// ---------------- rjodinchr wrote:
This is not a copy of what is in the tree. The FMA implementation in r600 is almost the same as this one, but it is using ulong for the mantissa, which is correct. This one is using a vector of 2 uint. This is very important for clspv as we do not want to have a dependency on 64-bit integers, as it is not supported on some old platforms. https://github.com/llvm/llvm-project/pull/180693 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
