Skip to content
Snippets Groups Projects
Forked from VideoLAN / dav1d
180 commits behind the upstream repository.
Arpad Panyik's avatar
Arpad Panyik authored
The constants used for the subpel filters were placed in the .text
section for simplicity and peak performance, but this does not work on
systems with execute only .text sections (e.g.: OpenBSD).

The performance cost of moving the constants to the .rodata section
is small and mostly within the measurable noise.
2355eeb8