File: comment_1_f3ffd27a9b515e867041b6cebfeeafad._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (12 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2019-01-22T21:21:22Z"
 content="""
This means that the C implementation of blake2 in the cryptonite library
is optimised using an instruction not supported by your CPU.

My first guess is it's SSE, which gets enabled when cryptonite is built
with the `support_sse` build flag. That flag is not enabled by default;
but perhaps archlinux has enabled it?
"""]]