From 3aaed922a3df07c8ce85d7d1d2ff8f0248c188f4 Mon Sep 17 00:00:00 2001 From: soldy <4786022+soldy@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:27:59 +0100 Subject: [PATCH] -O3 cannot go with -Ofast Signed-off-by: soldy <4786022+soldy@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 171cd3d..e2ee21a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can have a look inside the `Makefile` and its comments. It will try to autod ``` # try this first -CFLAGS = -O3 -Ofast -fno-fast-math -Wno-unused-result +CFLAGS = -Ofast -fno-fast-math -Wno-unused-result # try this second CFLAGS = -O3 -Wno-unused-result ``` @@ -170,4 +170,4 @@ The time drops down to 26ms/iteration. So we have a gap to close :)! At the curr ## license -MIT \ No newline at end of file +MIT