> In PR116140 it was brought up that adding pragma GCC unroll in std::find > makes it so that you can't use a larger unroll factor if you wanted to. > This is because the value can't be overriden by the other unrolling flags > such as -funroll-loops.
What about letting -funroll-loops either augment or use a multiple of the specified factor? -- Eric Botcazou