diff options
author | Rémi Denis-Courmont <remi@remlab.net> | 2024-07-22 23:09:11 +0300 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2024-07-25 23:10:14 +0300 |
commit | 982376660c58f59a384486894a3f1092d6888e4b (patch) | |
tree | a561b9f1ef2975c3e909a25edf5f29f7a500f92a /tests/checkasm/checkasm.c | |
parent | b62586e31019a7654c65c1a4758d59c1b0e754ad (diff) | |
download | ffmpeg-982376660c58f59a384486894a3f1092d6888e4b.tar.gz |
lavu/riscv: align functions to 4 bytes
Currently the start of the byte range for each function is aligned to
4 bytes. But this can lead to situations whence the function is preceded
by a 2-byte C.NOP at the aligned 4-byte boundary. Then the first actual
instruction and the function symbol are only aligned on 2 bytes.
This forcefully disables compression for the alignment and the symbol,
thus ensuring that there is no padding before the function.
Diffstat (limited to 'tests/checkasm/checkasm.c')
0 files changed, 0 insertions, 0 deletions