remove arch specific code

This commit is contained in:
loki
2021-06-15 18:31:40 +02:00
parent 56bb4ca865
commit 71cef4b700
23 changed files with 57 additions and 1247 deletions

View File

@@ -26,15 +26,15 @@
#ifndef AVCODEC_PUT_BITS_H
#define AVCODEC_PUT_BITS_H
#include "config.h"
#include <stddef.h>
#include <stdint.h>
#include <libavutil/avassert.h>
#include <libavutil/intreadwrite.h>
#include "avassert.h"
#if ARCH_X86_64
// TODO: Benchmark and optionally enable on other 64-bit architectures.
#if HAVE_FAST_64BIT
typedef uint64_t BitBuf;
#define AV_WBBUF AV_WB64
#define AV_WLBUF AV_WL64