Skip to content

Instantly share code, notes, and snippets.

View sadko4u's full-sized avatar

Vladimir Sadovnikov sadko4u

View GitHub Profile
┌Case─────────────────────┬Time[s]┬───Iter┬Samp[s]┬────Est┬Perf[i/s]┬Cost[us/i]┬Rel[%]┐
│generic::lr_to_ms x 256 │ 5.00│ 812000│ 5.00│ 811776│162355.35│ 6.1593│100.00│
│asimd::lr_to_ms x 256 │ 5.00│3620000│ 5.00│3619056│723811.37│ 1.3816│445.82│
├─────────────────────────┼───────┼───────┼───────┼───────┼─────────┼──────────┼──────┤
│generic::ms_to_lr x 256 │ 5.00│1133000│ 5.00│1132707│226541.51│ 4.4142│100.00│
│asimd::ms_to_lr x 256 │ 5.00│4329000│ 5.00│4328957│865791.52│ 1.1550│382.18│
╞═════════════════════════╪═══════╪═══════╪═══════╪═══════╪═════════╪══════════╪══════╡
│generic::lr_to_ms x 512 │ 5.01│ 408000│ 5.00│ 407546│ 81509.28│ 12.2685│100.00│
│asimd::lr_to_ms x 512 │ 5.00│1851000│ 5.00│1850571│370114.21│ 2.7019│454.08│
├─────────────────────────┼───────┼───────┼───────┼───────┼─────────┼──────────┼──────┤
┌Case─────────────────────┬Time[s]┬───Iter┬Samp[s]┬────Est┬Perf[i/s]┬Cost[us/i]┬Rel[%]┐
│generic::lr_to_ms x 256 │ 5.01│ 811000│ 5.00│ 810099│162019.83│ 6.1721│100.00│
│asimd::lr_to_ms x 256 │ 5.00│3594000│ 5.00│3593064│718612.87│ 1.3916│443.53│
├─────────────────────────┼───────┼───────┼───────┼───────┼─────────┼──────────┼──────┤
│generic::ms_to_lr x 256 │ 5.00│1131000│ 5.00│1130031│226006.36│ 4.4247│100.00│
│asimd::ms_to_lr x 256 │ 5.00│4303000│ 5.00│4302519│860503.97│ 1.1621│380.74│
╞═════════════════════════╪═══════╪═══════╪═══════╪═══════╪═════════╪══════════╪══════╡
│generic::lr_to_ms x 512 │ 5.01│ 404000│ 5.00│ 403095│ 80619.03│ 12.4040│100.00│
│asimd::lr_to_ms x 512 │ 5.00│1849000│ 5.00│1848316│369663.37│ 2.7052│458.53│
├─────────────────────────┼───────┼───────┼───────┼───────┼─────────┼──────────┼──────┤
#define LV2_URID__batchMap LV2_URID_PREFIX "batchMap" ///< http://lv2plug.in/ns/ext/urid#batchMap
#define LV2_URID__batchUnmap LV2_URID_PREFIX "batchUnmap" ///< http://lv2plug.in/ns/ext/urid#batchUnmap
#define LV2_URID_BATCH_MAP_URI LV2_URID__batchMap
#define LV2_URID_BATCH_UNMAP_URI LV2_URID__batchUnmap
#ifdef __cplusplus
extern "C" {
#endif