projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6012c64
)
babl: cpuaccel fix arm neon detect
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 23 Jan 2022 01:50:42 +0000
(
02:50
+0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 23 Jan 2022 01:50:42 +0000
(
02:50
+0100)
babl/babl-cpuaccel.c
patch
|
blob
|
history
diff --git
a/babl/babl-cpuaccel.c
b/babl/babl-cpuaccel.c
index 7d613d94f37fc53b34829038729f8aa1d0ad0818..4dd0edfd86bb275feaa8d5ce92b9409433dc0300 100644
(file)
--- a/
babl/babl-cpuaccel.c
+++ b/
babl/babl-cpuaccel.c
@@
-581,7
+581,7
@@
arch_accel (void)
}
close (fd);
}
- return has_neon?
GEGL
_CPU_ACCEL_ARM_NEON:0;
+ return has_neon?
ARM
_CPU_ACCEL_ARM_NEON:0;
}
#endif /* ARCH_ARM */