We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b439079 commit c484709Copy full SHA for c484709
1 file changed
README.md
@@ -10,7 +10,7 @@ This code includes utf-8 identifiers like α. Therefore, Clang and GCC10 or late
10
The default parameter is 128 bit security. Please add -DUSE_80BIT_SECURITY=ON to use faster but less secure parameter.
11
12
# FFTW3 Support
13
-Some environments which does not support AVX2 cannot use spqlios. Instead of spqlios, TFHEpp can use fftw3.
+Some environments which do not support AVX2 cannot use spqlios. Instead of spqlios, TFHEpp can use fftw3.
14
To use fftw3, install `libfftw3-dev` and add `-DUSE_FFTW3=ON` to the compile option.
15
16
# Third party libraries
0 commit comments