Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.cc')
-rwxr-xr-xsrc/Utils.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Utils.cc b/src/Utils.cc
index 99f8125..8569553 100755
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -207,7 +207,9 @@ bool fbgemmHasAvx2Support() {
return (cpuinfo_initialize() && cpuinfo_has_x86_avx2());
}
#else
-bool fbgemmHasAvx2Support() { return false; }
+bool fbgemmHasAvx2Support() {
+ return false;
+}
#endif
} // namespace fbgemm