summaryrefslogtreecommitdiffstats
path: root/src/panfrost/bifrost/meson.build
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-04-14 18:52:21 -0400
committerAlyssa Rosenzweig <[email protected]>2020-04-17 16:25:35 -0400
commit8e52206dbef63ffe91f5e58043228bb51e41192c (patch)
treeebe9636dbea1866174f3a575b071ed35e07bd36f /src/panfrost/bifrost/meson.build
parentb1d4d8f7432ddff50dce4151603f70c47c01c5f9 (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.build1
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',