diff options
Diffstat (limited to 'libraries/liboil/README')
-rw-r--r-- | libraries/liboil/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/liboil/README b/libraries/liboil/README new file mode 100644 index 0000000000..457cc59580 --- /dev/null +++ b/libraries/liboil/README @@ -0,0 +1,7 @@ +Liboil is a library of simple functions that are optimized for +various CPUs. These functions are generally loops implementing +simple algorithms, such as converting an array of N integers to +floating-point numbers or multiplying and summing an array of N +numbers. Such functions are candidates for significant optimization +using various techniques, especially by using extended instructions +provided by modern CPUs (Altivec, MMX, SSE, etc.). |