mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
This probably requires the user to manually set CFLAGS, but should result in a net gain on 32 bit x86. Enabling SSE2 support would be possible on x86_64, but will result in slower performance. Implements feature #16535.
4 lines
221 B
Text
4 lines
221 B
Text
o Minor features (performance)
|
|
- Improve the runtime speed of Ed25519 operations and Curve25519 keypair
|
|
generation when built targeting 32 bit x86 platforms with SSE2
|
|
available. Implements ticket 16535.
|