Standard loops

sl1982

Limp Gawd
Joined
Jul 24, 2008
Messages
365
Anyone know what working with standard loops means? Fahspy shows it as an error of some sort.
 
It means that the assembly optimizations are not in use. When standard loops are used, SSE is not enabled. You should close your client properly and then start it back up. This will allow the core to use optimizations and generate the points that are normally obtained.

[22:07:08] - Looking at optimizations...
[22:07:08] - Created dyn
[22:07:08] - Files status OK
[22:07:08] - Expanded 44163 -> 244433 (decompressed 553.4 percent)
[22:07:08] Called DecompressByteArray: compressed_data_size=44163 data_size=244433, decompressed_data_size=244433 diff=0
[22:07:08] - Digital signature verified
[22:07:08]
[22:07:08] Project: 5015 (Run 5, Clone 307, Gen 228)
[22:07:08]
[22:07:08] Assembly optimizations on if available.

 
does anyone suggest using the forceasm flag to avoid this? or is this flag even relevant anymore. found it on an old post
 
does anyone suggest using the forceasm flag to avoid this? or is this flag even relevant anymore. found it on an old post
I suggest it unless your machine EUE's alot with cpu clients. I use it on my SMP's.
add '-forceasm' to client command line or in the config under additional commands.
 
I have not heard if that flag will work on the GPU client or not but you can throw it on there and if it is deprecated, it will not hurt anything. Cheers!

Haha, I got distracted. There is no SSE on a GPU. This would still apply to the CPU based clients however.

 
Back
Top