Skip to content

Commit

Permalink
Minor README edit
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Feb 26, 2024
1 parent 4416fd5 commit ff2276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ or more precisely they may not correspond to the requested input parameters.

While you should never call NOVAS C from in multiple threads simultaneously, SuperNOVAS caches the results in thread
local variables (provided the compiler supports it), and is therefore safe to use in multi-threaded applications.
Just make sure that your compiler supports C11, or is GCC <= 3.3, or else you set the appropriate non-standard
Just make sure that your compiler supports C11, or is GCC >= 3.3, or else you set the appropriate non-standard
keyword to use for declaring thread-local variables for your compiler in `config.mk`.


Expand Down

0 comments on commit ff2276f

Please sign in to comment.