BasicOps/X86: regenerated with latest GCC 4.4 - brings in a few more optimizations as well as bugfixes

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1869 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-12-04 19:59:23 +00:00
parent 9879a01553
commit 56b5c0911b
6 changed files with 87 additions and 84 deletions

View File

@@ -1,5 +1,13 @@
2008-12-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/basic_ops_x86_mmx.s:
* src/core/basic_ops_x86_sse.s:
* src/core/basic_ops_x86_sse2.s:
* src/core/basic_ops_x86_64_sse.s:
* src/core/basic_ops_x86_64_sse2.s:
regenerated with latest GCC 4.4 - brings in a few more optimizations
as well as bugfixes
* plugins/vst_base/remote_vst_plugin.cpp:
explicitely declare updateSampleRate() and updateBufferSize() as virtual