We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984d3ff commit 8312296Copy full SHA for 8312296
bn_mp_n_root_ex.c
@@ -52,7 +52,7 @@ int mp_n_root_ex(const mp_int *a, mp_digit b, mp_int *c, int fast)
52
ilog2 = mp_count_bits(a);
53
54
/*
55
- GCC and clang do not understand the sizeof tests and complain,
+ GCC and clang do not understand the sizeof(bla) tests and complain,
56
icc (the Intel compiler) seems to understand, at least it doesn't complain.
57
2 of 3 say these macros are necessary, so there they are.
58
*/
0 commit comments