DescriptionSuppress duplicate write race for the same value.
All calls into the fft end up rerunning the same piece of cosine
table initialization; i.e. they all write the same values to the
same place before any fft functions can be used.
Modifying upstream and then adding a lazy instance / global lock
to downstream seems overkill to resolve this, so just suppress the
benign race.
BUG=508425
TEST=none
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|