Browse Source

Remove MXCSR debugging in Engine::stepBlock().

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
b0018e5ec6
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/engine/Engine.cpp

+ 0
- 2
src/engine/Engine.cpp View File

@@ -565,9 +565,7 @@ void Engine::stepBlock(int frames) {
ReadLock lock(internal->mutex);
// Configure thread
uint32_t csr = _mm_getcsr();
DEBUG("original MXCSR %x", csr);
initMXCSR();
DEBUG("new MXCSR %x", csr);
random::init();

internal->blockFrame = internal->frame;


Loading…
Cancel
Save