summaryrefslogtreecommitdiffstats
path: root/mathfuncs_sqrt.h
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-68/+56
| | | | | | | | | Note: If you have an existing checkout with modifications, then you should: (1) save your current state on a branch (2) run clang-format on this branch (3) compare this branch to a fresh checkout of the clang-formatted master Since both your branch and master have been formatted with clang-format, this will lead to a very small diff, avoiding spurious changes due to formatting differences.
* Add missing #endifErik Schnetter2014-06-171-0/+1
|
* Provide integer comparison operafors for AVX fp8 and fp16 vectorsErik Schnetter2014-06-071-0/+13
|
* rsqrt: Do not require strictly positive argumentsErik Schnetter2013-09-021-1/+1
|
* Provide clean set of libm elemental functions in namespace vml_stdErik Schnetter2013-09-021-2/+2
| | | | Different C++ standard versions and different compilers provide different sets of elemental functions in std. Thus, we create a clean set in a new namespace vml_std.
* Implement efficient rsqrt. Implement sqrt in terms of rsqrt.Erik Schnetter2013-06-201-19/+40
|
* Describe idea to improve rsqrt accuracyErik Schnetter2013-04-221-0/+5
|
* Add cbrt, hypot, trunc; rename scalbn to ldexpErik Schnetter2013-02-161-5/+20
|
* Replace all assert() by VML_ASSERT()Erik Schnetter2013-02-151-3/+2
|
* Optimise sqrt()Erik Schnetter2013-01-301-1/+1
|
* Add comment on implementing cbrt()Erik Schnetter2013-01-271-0/+3
|
* Support more SSE and AVX vector typesErik Schnetter2012-12-021-0/+8
|
* Implement ceil floor fmod pow remainder roundErik Schnetter2012-12-011-1/+1
|
* Correct sqrt and convert_*Erik Schnetter2012-11-301-6/+2
|
* Import initial versionErik Schnetter2012-11-301-0/+69
OpenPOWER on IntegriCloud