[PATCH] string: Use builtins for ffs and ffsll
Andreas Schwab
schwab@suse.de
Thu Aug 24 14:46:54 GMT 2023
Please add
diff --git c/sysdeps/m68k/math-use-builtins-ffs.h i/sysdeps/m68k/math-use-builtins-ffs.h
new file mode 100644
index 0000000000..4e1d994453
--- /dev/null
+++ i/sysdeps/m68k/math-use-builtins-ffs.h
@@ -0,0 +1,7 @@
+#if defined __mc68020__ || defined __mc68030__ || defined __mc68040__ \
+ || defined __mc68060__
+# define USE_FFS_BUILTIN 1
+#else
+# define USE_FFS_BUILTIN 0
+#endif
+#define USE_FFSLL_BUILTIN 0
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Libc-alpha
mailing list