Skip to content

Remove SmallExp and -DSMALL_EXP? #46

@Artoria2e5

Description

@Artoria2e5

I was a little confused by the ini referring to a kernel that does not seem to be used anywhere. So I wondered whether SMALL_EXP still does anything at all, and:

$ grep -r SMALL_EXP src
src/mfakto.cpp:      strcat(program_options, " -DSMALL_EXP");
src/mfakto.ini:# depending on other settings: -g / -O3, -DCHECKS_MODBASECASE, -DCL_GPU_SIEVE, -DSMALL_EXP
src/perftest.cpp:    strcat(program_options, " -DSMALL_EXP");

It does not appear in any OpenCL code, only lingering around in the C++ bits for building clBuildProgram options. Maybe it's time to retire that config entry?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions