Martin Schwidefsky
474fd6e80f
RAID/s390: add SIMD implementation for raid6 gen/xor
Using vector registers is slightly faster:
raid6: vx128x8 gen() 19705 MB/s
raid6: vx128x8 xor() 11886 MB/s
raid6: using algorithm vx128x8 gen() 19705 MB/s
raid6: .... xor() 11886 MB/s, rmw enabled
vs the software algorithms:
raid6: int64x1 gen() 3018 MB/s
raid6: int64x1 xor() 1429 MB/s
raid6: int64x2 gen() 4661 MB/s
raid6: int64x2 xor() 3143 MB/s
raid6: int64x4 gen() 5392 MB/s
raid6: int64x4 xor() 3509 MB/s
raid6: int64x8 gen() 4441 MB/s
raid6: int64x8 xor() 3207 MB/s
raid6: using algorithm int64x4 gen() 5392 MB/s
raid6: .... xor() 3509 MB/s, rmw enabled
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-08-29 11:05:04 +02:00
..
2016-08-02 17:31:41 -04:00
2016-08-10 14:13:27 +02:00
2016-06-28 10:19:30 +02:00
2016-07-27 15:11:55 -07:00
2016-08-08 16:45:33 +10:00
2016-08-01 18:37:45 -04:00
2016-08-04 13:59:56 +02:00
2016-08-29 11:05:04 +02:00
2016-08-04 08:50:07 -04:00
2016-07-14 20:28:11 +10:00
2016-08-17 17:26:58 -07:00
2016-07-15 15:51:16 -04:00
2016-08-04 20:26:31 -04:00
2016-08-04 20:04:37 -04:00
2016-08-01 18:36:01 -04:00
2016-08-01 21:44:08 -04:00
2016-07-20 00:58:40 -07:00
2016-08-09 10:34:09 -07:00
2016-08-17 17:26:58 -07:00
2016-07-12 18:23:43 +02:00
2016-08-04 08:50:07 -04:00