From 95b52f964884fc24357150a5b62fa2f0fedd9358 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Sat, 23 Dec 2023 06:36:47 +0000 Subject: [PATCH] Minor changes to github pages --- docs/faq.md | 7 +++---- docs/index.md | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 07b87957..d8bc21f9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -9,8 +9,8 @@ layout: default #### Is SLOTHY a peephole optimizer? No. SLOTHY is a _fixed-instruction_ super-optimizer: It keeps instructions and optimizes -register allocation, instruction scheduling, and software pipelining. It is the developer's responsibility -to map the workload at hand to the target architecture. +register allocation, instruction scheduling, and software pipelining. It is the developer's or another tool's +responsibility to map the workload at hand to the target architecture.