Skip to content

Commit

Permalink
No SIMD for jpeg 12 or 16 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Sanderson committed Sep 2, 2024
1 parent 112862a commit 915e446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/toolkit/jpeg/files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<depend files="native-toolkit-jpeg-depends-int"/>
<compilerflag value="-I${NME_JPEG}" />
<compilerflag value="-I${NME_JPEG}/.." />
<compilerflag value="-DWITH_SIMD=1" if="NME_SIMD_D" />
<compilerflag value="-DWITH_SIMD=1" if="NME_SIMD_D16" />
<objprefix value="s16_" />
<file name="${NME_JPEG}jcapistd.c" />
<file name="${NME_JPEG}jccolor.c" />
Expand All @@ -50,7 +50,7 @@
<files id="native-toolkit-jpeg-12" tags="">
<tag value="${NATIVE_TOOLKIT_OPTIM_TAG}" if="NATIVE_TOOLKIT_OPTIM_TAG" />

<compilerflag value="-DWITH_SIMD=1" if="NME_SIMD_D" />
<compilerflag value="-DWITH_SIMD=1" if="NME_SIMD_D_12" />
<compilerflag value="-DBITS_IN_JSAMPLE=12" />
<depend files="native-toolkit-jpeg-depends-int"/>
<compilerflag value="-I${NME_JPEG}" />
Expand Down

0 comments on commit 915e446

Please sign in to comment.