Skip to content
  • Michaël Roynard's avatar
    Fix failing unit test on windows · a74ee052
    Michaël Roynard authored
    Replace decltype of ternary expression by decltype auto
    Add donotoptimize impl when there's no inline assembly
    Add noinline for msvc
    Add correct impl for non-optimisation routine for gcc/clang/msvc
    fix warning conversion int/unsigned/size_t
    a74ee052