Use external script to prepare OpenCL source.

This commit is contained in:
XMRig
2019-08-28 00:33:49 +07:00
parent 5588fa13c6
commit 716669ff96
17 changed files with 2948 additions and 693 deletions

View File

@@ -1,4 +1,3 @@
R"===(
/*
* @author SChernykh
*/
@@ -53,5 +52,3 @@ inline uint fast_sqrt_v2(const ulong n1)
return result;
}
)==="