From 36c86b596bab43fc4faeecef6927a4319b3ec372 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 8 Jul 2022 13:48:17 +0100 Subject: [PATCH] --- openpower/atomics.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openpower/atomics.mdwn b/openpower/atomics.mdwn index 77d063f60..53e4fb8a8 100644 --- a/openpower/atomics.mdwn +++ b/openpower/atomics.mdwn @@ -4,7 +4,9 @@ ## Motivation -Power ISA currently has some issues with its atomic operations support: +Power ISA currently has some issues with its atomic operations support, +which are exacerbated by 3D Data structure processing needing +of the order of 10^5 or greater SMP atomic locks per second. ### Power ISA's current atomic operations are inefficient -- 2.30.2