From a9f88e2ae8632189b08f01e8a4166020df8d0d38 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 19 Feb 2014 14:17:33 -0800 Subject: util: Add util_bswap64() v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2: - Use __builtin_bswap64() - Remove unnecessary mask - Add util_le64_to_cpu() helper v3: - Remove unnecessary AC_SUBST Reviewed-by: Michel Dänzer --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4cfdedb146..b8e3161e11 100644 --- a/configure.ac +++ b/configure.ac @@ -122,6 +122,7 @@ fi dnl Check for compiler builtins AX_GCC_BUILTIN([__builtin_bswap32]) +AX_GCC_BUILTIN([__builtin_bswap64]) AM_CONDITIONAL([GEN_ASM_OFFSETS], test "x$GEN_ASM_OFFSETS" = xyes) -- cgit v1.2.3