Jeffrey Walton
a89a27b72c
Attempt to keep Clang out of other compiler paths (GH #147 )
2023-06-25 18:28:11 -04:00
Jeffrey Walton
a21bab3255
Fix MSC version numbers (GH #1185 )
2023-03-02 08:59:15 -05:00
Jeffrey Walton
524e99f219
Fix unused variable declared as const under VS2022, v17.4 (GH #1185 ) (PR #1186 )
...
Fix unused variable declared as const under VS2022, v17.4
2023-01-16 21:53:31 -05:00
Jeffrey Walton
b41adf2b16
Update documentation
2020-12-27 02:14:08 -05:00
Jeffrey Walton
9ba541c32b
Update documentation
2020-12-27 02:11:08 -05:00
Jeffrey Walton
618ffe9373
Update documentation
2020-12-27 02:07:45 -05:00
Jeffrey Walton
082fb46fc1
Update documentation
2020-12-27 02:02:30 -05:00
Jeffrey Walton
0d7b9ebe5f
Update documentation
2020-12-27 01:58:31 -05:00
Jeffrey Walton
112bcd63d7
Update documentation
2020-12-27 01:38:16 -05:00
Jeffrey Walton
a6f537b38e
Update documentation
2020-12-27 01:19:09 -05:00
Jeffrey Walton
6673de0f17
Update documentation
2020-12-27 01:16:27 -05:00
Jeffrey Walton
1546bce536
Update documentation
2020-12-25 21:39:49 -05:00
Jeffrey Walton
25f4945683
Update documentation
2020-12-25 21:28:48 -05:00
Jeffrey Walton
03d4dc45e0
Update documentation
2020-12-25 21:19:46 -05:00
Jeffrey Walton
ad17e0290a
Update documentation
2020-12-25 20:32:21 -05:00
Jeffrey Walton
8f1746790e
Update documentation
2020-12-25 13:45:42 -05:00
Jeffrey Walton
5bae476e5d
Fix spelling
2020-12-18 20:04:43 -05:00
Jeffrey Walton
5499cefb8b
Use umulh for Aarch64 multiply
...
This saves about 30% on the Integer multiply operations. For example, RSA 1024 encryption goes from 0.068 to 0.044 ms/op. RSA 2048 goes from 0.170 to 0.100 ms/op. We should have taken this sooner. Ugh...
2019-10-18 17:00:17 -04:00
Jeffrey Walton
c51f0ecbfd
Make config.h more Autoconf friendly (GH #835 , PR #836 )
2019-05-17 15:18:17 -04:00