Math Library

Link/UrlTags
How to Implement the LibM Math Library [Knowledgebase]
Challenge Implement the LibM Math Library. The LibM library provides highly optimized scalar math functions that serve as direct replacements for the standard C calls. The LibM versions are fully ...

Posted: 2008-12-10 10:36:37 by
Math Library
How to Implement the Short Vector Math Library [Knowledgebase]
Challenge Implement the Intel® Short Vector Math Library (SVML). The SVML leverages SSE & SSE2 instructions to process either four packed single-precision numbers or two packed double-precis ...

Posted: 2008-12-10 10:43:56 by
Math Library
How to Avoid Bottlenecks in Simple Math Functions [Knowledgebase]
Challenge Avoid bottlenecks associated with simple math functions in a wide variety of floating-point applications, ranging from financial analytics to 2D image manipulation to 3D physics engines ...

Posted: 2008-12-10 10:30:55 by
Math Library
Integrating Fast Math Libraries for the Intel Pentium® 4 Processor [Knowledgebase]
  Introduction Simple math functions are known to be a bottleneck in a wide variety of floating-point applications, ranging from financial analytics to 2D image manipulation to 3D physics engines. ...

Posted: 2009-08-17 11:28:13 by
Math Library
Short-vector math: Intel Compiler vs. IPP [Forums]
Background For several years, there have been articles posted on ISN about how to use the Intel Compiler's SVML (short-vector math library) manually for "manual" integration into your own code.  Las ...

Posted: 2008-12-10 13:22:04 by Eric Palmer (Intel)
Math Library, SSE, optimization