From 4a4db13eba26cbb0cc0952a855f0dab3fb17c0db Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Wed, 4 Sep 2024 12:37:41 -0700 Subject: [PATCH] Update documentation to reflect that multi-threading is now used when loading meshes. PiperOrigin-RevId: 671063740 Change-Id: I77f2e028c3e9e9801c03e8e107eb6d8830becf22 --- doc/XMLreference.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/XMLreference.rst b/doc/XMLreference.rst index 07ef2643..0e6964fc 100644 --- a/doc/XMLreference.rst +++ b/doc/XMLreference.rst @@ -787,9 +787,8 @@ has any effect. The settings here are global and apply to the entire model. .. _compiler-usethread: :at:`usethread`: :at-val:`[false, true], "true"` - If this attribute is "true", the model compiler will run in multi-threaded mode. Currently multi-threading is only - used when computing the length ranges of actuators, but in the future additional compiler phases may be - multi-threaded. + If this attribute is "true", the model compiler will run in multi-threaded mode. Currently multi-threading is used + for computing the length ranges of actuators and for loading meshes. .. _compiler-fusestatic: