Skip to content

Commit 1a53eab

Browse files
mkannwischerhanno-becker
authored andcommitted
Correct used SLOTHY models in backend READMEs
We are now optimizing for Neoverse N1, not Cortex-A55 anymore. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 3a7db09 commit 1a53eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/aarch64_clean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This directory contains a native backend for little endian AArch64 systems. It i
99
This backend comes in two versions: "clean" and optimized. This directory contains the "clean" backend which is handwritten and
1010
meant to be easy to read and modify; for example, is heavily leverages register aliases and assembly macros. The optimized version
1111
is automatically generated from the clean one via [SLOTHY](https://github.com/slothy-optimizer/slothy). Currently, the
12-
target architecture is Cortex-A55, but you can easily re-optimize the code for a different microarchitecture supported
12+
target architecture is Neoverse N1, but you can easily re-optimize the code for a different microarchitecture supported
1313
by SLOTHY, by adjusting the parameters in the [Makefile](../aarch64_opt/src/Makefile).
1414

1515
<!--- bibliography --->

dev/aarch64_opt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This directory contains a native backend for little endian AArch64 systems. It i
77
## Variants
88

99
This backend comes in two versions: "clean" and optimized. The "clean" backend is handwritten and meant to be easy to read and modify; for example, is heavily leverages register aliases and assembly macros. This directory contains the optimized version, which is automatically generated from the clean one via [SLOTHY](https://github.com/slothy-optimizer/slothy). Currently, the
10-
target architecture is Cortex-A55, but you can easily re-optimize the code for a different microarchitecture supported
10+
target architecture is Neoverse N1, but you can easily re-optimize the code for a different microarchitecture supported
1111
by SLOTHY, by adjusting the parameters in the [Makefile](src/Makefile).
1212

1313
<!--- bibliography --->

0 commit comments

Comments
 (0)