Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mathis Rosenhauer
libaec
Commits
9552695d
Commit
9552695d
authored
Feb 19, 2014
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reference performance number from haswell
parent
aaf7f627
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
INSTALL
INSTALL
+7
-3
No files found.
INSTALL
View file @
9552695d
...
...
@@ -15,9 +15,13 @@ Intel compiler settings
=======================
The Intel compiler can improve performance by vectorizing certain
parts of the code on x86 architectures.
parts of the code on x86 architectures. Assuming your CPU supports
AVX2, the following options will increase encoding speed.
./configure CC=icc
make CFLAGS="-O3 -xCORE-AVX2"
make CFLAGS="-O3 -xCORE-AVX2"
bench
This assumes that you have a CPU which supports AVX2.
On a 3.4 GHz E3-1240 v3 we see more than 400 MiB/s for encoding
typical data.
Using other SIMD instruction sets on older CPUs may also help.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment