Skip to content
Snippets Groups Projects
  • psychocrypt's avatar
    CUDA: fix invalid results · ed2168b4
    psychocrypt authored
    If `comp_mode` is false the results on a windows platform will be invalid.
    The reason for that is that `ulong4` is in windows 16byte and in linux 32byte.
    
    thx @xmrig for finding and solving the issue
    
    fix #1873
    ed2168b4