From 0f4fe3f0320418c1924b90fa6a9b01a76a58e9cf Mon Sep 17 00:00:00 2001 From: Matthew Dooley Date: Sat, 16 May 2020 01:01:03 -0400 Subject: [PATCH] Update README.md fixes typeos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf7be0..812ad94 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ This would require a new data structure on both the Swift and MSL sides. And it would need a way to accurately pass the data between the CPU and GPU. ## Notes -If Metal compiler uses the Fast Math (the `-ffast-math` flag—which it does by default) GPU calculations will not work. +If the Metal compiler uses Fast Math (the `-ffast-math` flag—which it does by default) GPU calculations will not work.