ULP Error Limits: The IEEE 754 standard recommends scalar math routines to have a maximum error of 0.5 ULP. However, some AOCL-LibM functions may exceed this limit.
Exception Flags: Floating-point exception flags (
FE_INVALID,FE_INEXACT, etc.) may not be set correctly for all APIs.
For more details on usage, refer to the examples folder in the release package containing example source code and a makefile.