Add include guard for ScopedFTZ
This commit is contained in:
parent
d066a81519
commit
85b1c6464f
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
// license. You should have receive a LICENSE.md file along with the code.
|
||||
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
|
||||
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @brief Flush floating points to zero and disable denormals as an RAII helper.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue