Use std::atomic in getExpTab32f and getLogTab32f
authorNikita Shulga <nikita.shulga@oculus.com>
Mon, 7 Oct 2019 23:32:25 +0000 (16:32 -0700)
committerNikita Shulga <nikita.shulga@oculus.com>
Mon, 7 Oct 2019 23:35:07 +0000 (16:35 -0700)
commitec37364762f4cd0a5218a4d610aa485747dfede9
tree7e85cc92062f5727e8885c1e0c439bd2b4474543
parent626bfbf309df1eef5d0bd04afc67f6b4fa021076
Use std::atomic in getExpTab32f and getLogTab32f

Reads and writes to volatile bool are not guaranteed to be atomic.
modules/core/src/mathfuncs.cpp