mirror of
https://github.com/xmrig/xmrig.git
synced 2026-07-02 06:54:30 -04:00
Use external script to prepare OpenCL source.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
R"===(
|
||||
/*
|
||||
* blake256 kernel implementation.
|
||||
*
|
||||
@@ -90,4 +89,3 @@ __constant static const sph_u32 c_u256[16] = {
|
||||
v[b] ^= v[c]; \
|
||||
v[b] = rotate(v[b], 25U); \
|
||||
}
|
||||
)==="
|
||||
|
||||
Reference in New Issue
Block a user