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
..
2015-04-22 08:00:42 +10:00
2016-08-29 11:05:04 +02:00
2016-08-29 11:05:04 +02:00
2015-12-01 13:52:25 +11:00
2015-04-22 08:00:41 +10:00
2015-04-22 08:00:42 +10:00
2016-08-29 11:05:04 +02:00
2012-05-22 13:54:18 +10:00
2015-04-22 08:00:41 +10:00
2015-08-31 19:29:05 +02:00
2015-08-31 19:29:05 +02:00
2015-02-04 08:35:51 +11:00
2015-02-04 08:35:51 +11:00
2012-05-28 14:10:22 +10:00
2016-08-29 11:05:04 +02:00
2015-04-22 08:00:41 +10:00
2015-04-22 08:00:42 +10:00
2015-04-22 08:00:41 +10:00
2015-05-19 15:47:30 +02:00