Changeset b82b49a5 in ffmpeg

Timestamp:
May 9, 2012, 12:45:17 PM (13 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
6766169c
Parents:
ac712309
git-author:
Mans Rullgard <mans@mansr.com> (05/05/12 22:24:51)
git-committer:
Mans Rullgard <mans@mansr.com> (05/09/12 12:45:17)
Message:

mips: intreadwrite: remove unnecessary inline asm

GCC actually handles unaligned accesses correctly in all cases
except, absurdly, 32-bit loads on mips64. The remaining asm is
thus not needed, and removing it results in better code.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.