-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
likwid-bench: Delete renamed benchmarks
- Loading branch information
1 parent
ede8520
commit 69b1092
Showing
3 changed files
with
20 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
STREAMS 1 | ||
TYPE SINGLE | ||
TYPE DOUBLE | ||
FLOPS 1 | ||
BYTES 4 | ||
DESC Single-precision sum of a vector, optimized for SSE | ||
BYTES 8 | ||
DESC Double-precision sum of a vector, only scalar operations | ||
LOADS 1 | ||
STORES 0 | ||
INSTR_CONST 24 | ||
INSTR_LOOP 11 | ||
UOPS 18 | ||
xorps FPR1, FPR1 | ||
movaps FPR2, FPR1 | ||
movaps FPR3, FPR1 | ||
movaps FPR4, FPR1 | ||
movaps FPR5, FPR1 | ||
movaps FPR6, FPR1 | ||
movaps FPR7, FPR1 | ||
movaps FPR8, FPR1 | ||
LOOP 32 | ||
addps FPR1, [STR0 + GPR1 * 4] | ||
addps FPR2, [STR0 + GPR1 * 4 + 16] | ||
addps FPR3, [STR0 + GPR1 * 4 + 32] | ||
addps FPR4, [STR0 + GPR1 * 4 + 48] | ||
addps FPR5, [STR0 + GPR1 * 4 + 64] | ||
addps FPR6, [STR0 + GPR1 * 4 + 80] | ||
addps FPR7, [STR0 + GPR1 * 4 + 96] | ||
addps FPR8, [STR0 + GPR1 * 4 + 112] | ||
xorpd FPR1, FPR1 | ||
movapd FPR2, FPR1 | ||
movapd FPR3, FPR1 | ||
movapd FPR4, FPR1 | ||
movapd FPR5, FPR1 | ||
movapd FPR6, FPR1 | ||
movapd FPR7, FPR1 | ||
movapd FPR8, FPR1 | ||
LOOP 8 | ||
addsd FPR1, [STR0 + GPR1 * 8] | ||
addsd FPR2, [STR0 + GPR1 * 8 + 8] | ||
addsd FPR3, [STR0 + GPR1 * 8 + 16] | ||
addsd FPR4, [STR0 + GPR1 * 8 + 24] | ||
addsd FPR5, [STR0 + GPR1 * 8 + 32] | ||
addsd FPR6, [STR0 + GPR1 * 8 + 40] | ||
addsd FPR7, [STR0 + GPR1 * 8 + 48] | ||
addsd FPR8, [STR0 + GPR1 * 8 + 56] | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.