From c2892f0e31d41f5e8d6c1324c6592459c19b4c59 Mon Sep 17 00:00:00 2001 From: "Kai T. Ohlhus" Date: Thu, 22 Sep 2022 00:25:13 +0900 Subject: [PATCH] Makefile.rule: update CONSISTENT_FPCSR documentation --- Makefile.rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index 359672359..a0ad90a68 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -207,7 +207,7 @@ NO_AFFINITY = 1 # to the user space. If bigphysarea is enabled, it will use it. # DEVICEDRIVER_ALLOCATION = 1 -# If you need to synchronize FP CSR between threads (for x86/x86_64 only). +# If you need to synchronize FP CSR between threads (for x86/x86_64 and aarch64 only). # CONSISTENT_FPCSR = 1 # If any gemm argument m, n or k is less or equal this threshold, gemm will be execute