1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-09-13 22:52:09 +00:00

Revert "Add vector type hint to phatk kernel."

This reverts commit 27a6f7a81b3e2755072a6f89c92f329526cfe76c.

Has no demonstrable beneficial effect on phatk kernel.
This commit is contained in:
Con Kolivas 2012-03-31 01:11:26 +11:00
parent d33ae6a7b0
commit 9f70b9c84e

View File

@ -153,7 +153,6 @@ __constant uint H[8] = {
#define MAXBUFFERS (4095)
__kernel
__attribute__((vec_type_hint(u)))
__attribute__((reqd_work_group_size(WORKSIZE, 1, 1)))
void search( const uint state0, const uint state1, const uint state2, const uint state3,
const uint state4, const uint state5, const uint state6, const uint state7,