diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
commit | b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9 (patch) | |
tree | 67d5f350f6c92b847a528d27db9960acb190f10e /graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp | |
parent | Restore "hs-" package name prefix for Haskell packages. (diff) |
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months
2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months
2019-05-08 devel/dlangui: Broken for more than 6 months
2019-05-08 editors/dlangide: Broken for more than 6 months
2019-05-08 emulators/desmume: Broken for more than 6 months
2019-05-08 emulators/yabause: Broken for more than 6 months
2019-05-08 emulators/yape: Broken for more than 6 months
2019-05-08 games/armagetron: Broken for more than 6 months
2019-05-08 games/boswars: Broken for more than 6 months
2019-05-08 games/ceferino: Broken for more than 6 months
2019-05-08 games/chanta: Broken for more than 6 months
2019-05-08 games/d2x-xl: Broken for more than 6 months
2019-05-08 games/drcreep: Broken for more than 6 months
2019-05-08 games/frobtads: Broken for more than 6 months
2019-05-08 games/paintown: Broken for more than 6 months
2019-05-08 games/pykawari: Broken for more than 6 months
2019-05-08 games/stepmania-devel: Broken for more than 6 months
2019-05-08 games/tinymux: Broken for more than 6 months
2019-05-08 games/voxelands: Broken for more than 6 months
2019-05-08 games/voxelands-server: Broken for more than 6 months
2019-05-08 games/warsow: Broken for more than 6 months
2019-05-08 graphics/appleseed: Broken for more than 6 months
2019-05-08 graphics/apvlv: Broken for more than 6 months
2019-05-08 graphics/qslim: Broken for more than 6 months
2019-05-08 graphics/rawstudio: Broken for more than 6 months
2019-05-08 graphics/tulip: Broken for more than 6 months
2019-05-08 lang/qore: Broken for more than 6 months
2019-05-08 mail/milter-manager: Broken for more than 6 months
2019-05-08 math/goblin: Broken for more than 6 months
2019-05-08 math/mosesdecoder: Broken for more than 6 months
2019-05-08 multimedia/asdcplib: Broken for more than 6 months
2019-05-08 net/crtmpserver: Broken for more than 6 months
2019-05-08 net/linuxigd: Abandonware; use net/miniupnpd instead
2019-05-08 net/openafs: Broken for more than 6 months
2019-05-08 security/quantis: Broken for more than 6 months
2019-05-08 sysutils/boxbackup: Broken for more than 6 months
2019-05-08 sysutils/grub2-efi: Broken for more than 6 months
2019-05-08 sysutils/grub2-pcbsd: Broken for more than 6 months
2019-05-08 sysutils/mdcp: Broken for more than 6 months
2019-05-08 sysutils/sbsigntool: Broken for more than 6 months
2019-05-08 www/py-cherrypy-old: Lates version is in tree and no dependent ports
Notes
Notes:
svn path=/head/; revision=501106
Diffstat (limited to 'graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp')
-rw-r--r-- | graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp b/graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp deleted file mode 100644 index 84290eb44403..000000000000 --- a/graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- plugins/denoise/fftwindow.cpp.orig 2011-02-15 17:28:03 UTC -+++ plugins/denoise/fftwindow.cpp -@@ -174,7 +174,7 @@ void FFTWindow::applyAnalysisWindowSSE( - if ((uintptr_t)src1 & 15) { - asm volatile - ( -- "loop_analysis_sse_ua:\n" -+ "1:\n" - "prefetchnta (%4)\n" // Prefetch next line (Used once only, so don't pollute cache) - "movups (%1), %%xmm0\n" // src1 pt1 - "movups 16(%1), %%xmm1\n" // src1 pt2 -@@ -193,7 +193,7 @@ void FFTWindow::applyAnalysisWindowSSE( - "add $64, %2\n" - "add $64, %4\n" - "dec %3\n" -- "jnz loop_analysis_sse_ua\n" -+ "jnz 1b\n" - - : /* no output registers */ - : "r" (analysis.getLine(y)), "r" (src1), "r" (dst->getLine(y)), "r" (sizew), "r" (&src1[image->pitch]) -@@ -202,7 +202,7 @@ void FFTWindow::applyAnalysisWindowSSE( - } else { - asm volatile - ( -- "loop_analysis_sse_a:\n" -+ "1:\n" - "prefetchnta (%4)\n" // Prefetch next line (Used once only, so don't pollute cache) - "movaps (%1), %%xmm0\n" // src1 pt1 - "movaps 16(%1), %%xmm1\n" // src1 pt2 -@@ -221,7 +221,7 @@ void FFTWindow::applyAnalysisWindowSSE( - "add $64, %2\n" - "add $64, %4\n" - "dec %3\n" -- "jnz loop_analysis_sse_a\n" -+ "jnz 1b\n" - - : /* no output registers */ - : "r" (analysis.getLine(y)), "r" (src1), "r" (dst->getLine(y)), "r" (sizew), "r" (&src1[image->pitch]) |