Forked from
VideoLAN / dav1d
5 commits behind, 1 commit ahead of the upstream repository.
Pranav Kant
authored
We have new option in clang (https://github.com/llvm/llvm-project/pull/124834) to mark globals to be allocated in non-large sections. We can mark all globals that are referenced from hardcoded assembly (which implicitly references globals assuming they are in non-large sections) with this attribute to avoid running into problems when dav1d is built with -mcmodel=medium with clang.
Name | Last commit | Last update |
---|---|---|
doc | ||
examples | ||
include | ||
package | ||
src | ||
tests | ||
tools | ||
.gitignore | ||
.gitlab-ci.yml | ||
CONTRIBUTING.md | ||
COPYING | ||
NEWS | ||
README.md | ||
THANKS.md | ||
gcovr.cfg | ||
meson.build | ||
meson_options.txt |