diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-04-14 18:52:21 -0400 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-04-17 16:25:35 -0400 |
commit | 8e52206dbef63ffe91f5e58043228bb51e41192c (patch) | |
tree | ebe9636dbea1866174f3a575b071ed35e07bd36f /src/panfrost/bifrost/meson.build | |
parent | b1d4d8f7432ddff50dce4151603f70c47c01c5f9 (diff) |
pan/bi: Add fexp2 implementation
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4615>
Diffstat (limited to 'src/panfrost/bifrost/meson.build')
-rw-r--r-- | src/panfrost/bifrost/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/meson.build b/src/panfrost/bifrost/meson.build index 8864951a638..775db12f975 100644 --- a/src/panfrost/bifrost/meson.build +++ b/src/panfrost/bifrost/meson.build @@ -28,6 +28,7 @@ libpanfrost_bifrost_files = files( 'bi_pack.c', 'bi_ra.c', 'bi_schedule.c', + 'bi_special.c', 'bi_tables.c', 'bir.c', 'bifrost_compile.c', |