Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
290820
Topic
21275
Board
Mining software (miners)
Re: minerd - CPU and GPU mining software
by
-ck
on
27/06/2011, 07:36:41 UTC
Quote from: figvam on June 27, 2011, 07:04:44 AM
This small mod to the poclbm OpenCL kernel gives about 3% more performance if BFI_INT is used:
https://forum.bitcoin.org/index.php?topic=22965.0;topicseen
Quote
#define Ma(x, y, z) amd_bytealign((y), (x | z), (z & x))
and change it to this line
#define Ma(x, y, z) amd_bytealign( (z^x), (y), (x) )
For some reason that's greatly increased my reject rate.