@file simple assert() macros that are a bit more flexible than ISO C assert(). @author Michael Niedermayer <michaelni@gmx.at>
Assert that floating point operations can be executed.
assert() equivalent, that does not lie in speed critical code. These asserts() thus can be enabled without fearing speed loss.
assert() equivalent, that does lie in speed critical code.
See Source File
@file simple assert() macros that are a bit more flexible than ISO C assert(). @author Michael Niedermayer <michaelni@gmx.at>