Simon Butcher a86de14fca Strip trailing whitespace in bn_mul.h
Remove the trailing whitespace from the inline assembly for AMD64 target, to
overcome a warning in Clang, which was objecting to the string literal
generated by the inline assembly being greater than 4096 characters specified
by the ISO C99 standard. (-Woverlength-strings)

This is a cosmetic change and doesn't change the logic of the code in any way.

This change only fixes the problem for AMD64 target, and leaves other targets as
they are.

Fixes #482.
2018-09-30 12:09:47 +01:00
..
2018-09-30 12:09:47 +01:00
2018-07-24 16:43:20 +01:00
2018-07-01 10:22:53 +03:00
2018-04-23 06:16:40 +01:00
2018-05-15 09:21:57 +01:00
2018-08-14 16:08:38 +01:00
2018-07-24 16:43:20 +01:00
2018-08-22 13:32:50 +01:00
2018-08-28 10:29:17 +01:00