1. Feb 10, 2020
    • Vitaly Chikunov's avatar
      elbrus: Workaround `-Werror=assign-where-compare-meant' · 7e6ed644
      Vitaly Chikunov authored
      This is lcc bug. Curiously, it is not triggered in `test_context.c' and
      `test_grasshopper.c'.
      
      "lcc: "/usr/src/gost-engine/test_curves.c", строка 32: ошибка:
                вероятное использование "=" вместо "=="
                [-Werror=assign-where-compare-meant]
        #define TEST_ASSERT(e) {if ((test = (e))) \
                                    ^
       в раскрытие макроса "TEST_ASSERT" на строке 217
            TEST_ASSERT(0);"
      7e6ed644
    • Vitaly Chikunov's avatar
      elbrus: Workaround '#pragma message' [-Werror=unknown-pragmas] · 66253948
      Vitaly Chikunov authored
      "lcc: "/usr/src/gost-engine/gosthash2012_ref.h", строка 15: ошибка:
                нераспознанная #pragma [-Werror=unknown-pragmas]
        # pragma message "Use regular implementation"
                 ^"
      
      Also, cmake does not detect lcc.
      66253948
    • Vitaly Chikunov's avatar
      gosthash2012: Properly ifdef '_mm_empty' call · 0755b6e5
      Vitaly Chikunov authored
      There is other architectures besides __x86_64__, so EMMS should be
      issued on IA-32 only where we are using MMX.
      0755b6e5
  2. Feb 06, 2020
  3. Feb 05, 2020
  4. Feb 04, 2020
  5. Feb 03, 2020
  6. Feb 02, 2020
  7. Jan 31, 2020
  8. Jan 28, 2020
  9. Jan 16, 2020
  10. Jan 12, 2020