forked from RRZE-HPC/likwid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge with master and resolve conflicts
- Loading branch information
Showing
620 changed files
with
45,296 additions
and
22,672 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
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
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
STREAMS 2 | ||
TYPE DOUBLE | ||
FLOPS 2 | ||
BYTES 24 | ||
DESC Double-precision linear combination of two vectors, only scalar operations | ||
LOADS 2 | ||
STORES 1 | ||
INSTR_LOOP 4 | ||
fmov FPR7, ARG1 | ||
LOOP 1 | ||
ldr FPR1, [STR0], #8 | ||
fmul FPR1, FPR1, FPR7 | ||
ldr FPR2, [STR1] | ||
fadd FPR1, FPR1, FPR2 | ||
str FPR1, [STR1], #8 |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
STREAMS 4 | ||
TYPE DOUBLE | ||
FLOPS 2 | ||
BYTES 32 | ||
DESC Double-precision triad A(i) = B(i) * C(i) + D(i), only scalar operations | ||
LOADS 3 | ||
STORES 1 | ||
INSTR_LOOP 6 | ||
LOOP 1 | ||
ldr D1, [STR1], #8 | ||
ldr D2, [STR2], #8 | ||
ldr D3, [STR3], #8 | ||
fmul D1, D1, D2 | ||
fadd D1, D1, D3 | ||
str D1, [STR0], #8 | ||
|
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../src/includes/bstrlib_helper.h |
Oops, something went wrong.