Go to the documentation of this file.
19 #ifndef AVUTIL_RISCV_BSWAP_H
20 #define AVUTIL_RISCV_BSWAP_H
26 #if defined (__GNUC__) || defined (__clang__)
27 #define av_bswap16 __builtin_bswap16
28 #define av_bswap32 __builtin_bswap32
29 #define av_bswap64 __builtin_bswap64