From dc68b908fb2521d729337fe270eddab0878ec6c4 Mon Sep 17 00:00:00 2001 From: Damyan Pepper Date: Tue, 17 Dec 2024 14:37:47 -0800 Subject: [PATCH] Fix typo in 0009-math-modes.md (#66) --- proposals/0009-math-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0009-math-modes.md b/proposals/0009-math-modes.md index 69de17a9..addaf261 100644 --- a/proposals/0009-math-modes.md +++ b/proposals/0009-math-modes.md @@ -11,7 +11,7 @@ Shaders frequently need fine-grained control over the way the compiler optimizes (or doesn't) math optimizations. To enhance developer control in a more robust -way than the existing `precice` qualifier, HLSL should gain a higher level +way than the existing `precise` qualifier, HLSL should gain a higher level concept of math modes. ## Motivation