From 2f3f351a4b9c14b4c8f7fc057190121e0dd5ab1f Mon Sep 17 00:00:00 2001 From: dibyendumajumdar Date: Sun, 9 Jun 2024 23:11:02 +0100 Subject: [PATCH] doc update --- readthedocs/ravi-mir-instructions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs/ravi-mir-instructions.rst b/readthedocs/ravi-mir-instructions.rst index 76bbeeef..392de8a1 100644 --- a/readthedocs/ravi-mir-instructions.rst +++ b/readthedocs/ravi-mir-instructions.rst @@ -17,8 +17,8 @@ For Windows, assuming you have Visual Studio 2019 installed, you can build as fo cmake -DCMAKE_INSTALL_PREFIX=/Software/ravi -DCMAKE_BUILD_TYPE=Release .. cmake --build . --config Release -Note that the JIT compiler does not work correctly on Windows. This is due to the lack of stack unwinding -requirements of Windows. +Note that the JIT compiler does not work correctly on Windows. This is due to the lack of support for stack unwinding +requirements of Windows in the JIT backend. Build Options -------------