search for: storsjo

Displaying 20 results from an estimated 61 matches for "storsjo".

Did you mean: storsjö
2014 Feb 13
1
[PATCH v2] arm: Use the UAL syntax for instructions
On Sat, 8 Feb 2014, Martin Storsjo wrote: > This is required in order to build using the built-in assembler > in clang. > --- > I squashed the two changes since it would break the normal gcc > build otherwise. > --- > celt/arm/arm2gnu.pl | 2 ++ > celt/arm/celt_pitch_xcorr_arm.s | 18 +++++++++---...
2014 Feb 08
3
[PATCH 1/2] arm: Use the UAL syntax for ldr<cc>h instructions
On Fri, 7 Feb 2014, Timothy B. Terriberry wrote: > Martin Storsjo wrote: >> This is required in order to build using the built-in assembler >> in clang. > > These patches break the gcc build (with "Error: bad instruction"). Ah, right, sorry about that. > Documentation I've seen is contradictory on which order ({cond}{size} or...
2014 Feb 07
3
[PATCH 1/2] arm: Use the UAL syntax for ldr<cc>h instructions
This is required in order to build using the built-in assembler in clang. --- celt/arm/celt_pitch_xcorr_arm.s | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/celt/arm/celt_pitch_xcorr_arm.s b/celt/arm/celt_pitch_xcorr_arm.s index 09917b1..3c4b950 100644 --- a/celt/arm/celt_pitch_xcorr_arm.s +++ b/celt/arm/celt_pitch_xcorr_arm.s @@ -309,7 +309,7 @@
2014 Feb 07
1
[PATCH] arm: Remove a superfluous 's' suffix from the cmp instruction
The 's' suffix on the cmp instruction is deprecated and superfluous since the cmp instruction always sets conditional flags. This fixes building for iOS with inline assembly enabled. --- libspeex/filters_arm4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libspeex/filters_arm4.h b/libspeex/filters_arm4.h index 7a74042..2c64625 100644 ---
2017 Nov 03
1
[PATCH] Add a (void) parameter list to a function declaration
This fixes warnings in calling code about "this function declaration is not a prototype". --- include/speex/speex_stereo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/speex/speex_stereo.h b/include/speex/speex_stereo.h index 5844f5a1..12af2bbf 100644 --- a/include/speex/speex_stereo.h +++ b/include/speex/speex_stereo.h @@ -61,7 +61,7 @@ typedef struct
2014 Feb 08
0
[PATCH 1/2] arm: Use the UAL syntax for ldr<cc>h instructions
Martin Storsjo wrote: > This is required in order to build using the built-in assembler > in clang. These patches break the gcc build (with "Error: bad instruction"). Documentation I've seen is contradictory on which order ({cond}{size} or {size}{cond}) is correct. If clang really does req...
2014 Mar 19
2
[PATCH 2/2] Make the arm2gnu.pl converter handle apple specific details
Martin Storsjo wrote: > + [AC_MSG_RESULT([yes]); ARM2GNU_PARAMS="-apple"], I'd prefer --apple instead of -apple, but otherwise these patches both look good to me. Does Apple have equivalent machinery to any of the pieces you disabled? Those were: - object size calculations s...
2017 Nov 03
1
[PATCH] Check for _WIN32 instead of WIN32 in preprocessor checks
_WIN32 is always defined by the compiler automatically when targeting that platform, while WIN32 only is defined automatically in some configurations, and e.g. in MSVC only ever is defined in project files (if at all). Some other checks in the codebase already check for both WIN32 and _WIN32; those are left untouched. --- include/speex/speex.h | 2 +- libspeex/stack_alloc.h | 2 +-
2014 Mar 19
3
[PATCH 1/2] Add separate labels for the start of public functions
This avoids having to use the public symbol name when jumping here, on platforms where the public symbols have an underscore prefix. --- This avoids having to add heuristics for adding prefixes to symbols in jumps to local labels as well. --- celt/arm/celt_pitch_xcorr_arm.s | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/celt/arm/celt_pitch_xcorr_arm.s
2017 Dec 15
0
Wine release 3.0-rc2
...executables (e.g. OS/2) as broken. krnl386.exe16: Shared libraries have a ".exe" rather than ".dll" extension on Windows < 3.0. user.exe16: Implemented OldExitWindows() user.exe16 function. user.exe16: Fix handling of 16-bit HBITMAPs in InsertMenu16. Martin Storsjo (1): msvcrt: Fix copy/paste typos in arm64 setjmp/longjmp. Matteo Bruni (3): d3d11/tests: Add a couple of testcases for UINT, sRGB UAVs. d3d11/tests: Add tests for GenerateMips(). d3d11/tests: Add a couple of testcases for sRGB SRVs. Nikolay Sivov (7): wshom: Impleme...
2019 Aug 02
0
Wine release 4.13
...alue. d3drm: Correct parameter count of several interface defines. Józef Kucia (2): dxgi: Obey image count limits for Vulkan swapchains. wined3d: Add support for GL_EXT_texture_shadow_lod. Kristján Gerhardsson (1): wined3d: Add GPU information for various Mac GPUs. Martin Storsjo (4): msvcrt: Provide the fmaf function on i386. msvcrt: Provide the fmal function using the existing fma implementation. msvcrt: Implement the fdim functions. msvcrt: Implement the tgamma functions. Nikolay Sivov (5): kernel32/nls: Add LOCALE_SPERCENT locale data....
2018 Mar 18
0
Wine release 2.0.5
...tin Payne (3): kernel32: Don't report valid non-Win16 NE executables (e.g. OS/2) as broken. krnl386.exe16: Shared libraries have a ".exe" rather than ".dll" extension on Windows < 3.0. user.exe16: Implemented OldExitWindows() user.exe16 function. Martin Storsjo (1): configure: Check for -Wno-pragma-pack. Matteo Bruni (1): d3dx9: Implement D3DXGetShader{Input|Output}Semantics(). Michael Stefaniuc (2): comctl32/tests: Add an ImageList_Copy() test. make_announce: Don't hardcode the 'stable' branch. Nikolay Sivov (9):...
2017 Nov 24
0
Wine release 2.22
...ranslation. Lucian Poston (1): shell32: Stub GetRedirectionCapabilities with S_OK. Marcus Meissner (3): ws2_32/tests: Avoid crashes on flaky/non-present network. shell32: Avoid a crash in testsuite. mshtml: Fixed a crash due to missing typelib marshalling on 64bit. Martin Storsjo (1): ucrtbase: Always return the full string length in __stdio_common_vs[w]printf for a NULL buffer. Michael Müller (1): advapi32: Implement GetExplicitEntriesFromAclW. Nikolay Sivov (9): uxtheme: Return NULL file handle on OpenThemeFile() failure. quartz/tests: Add a coup...
2018 Jun 26
0
Wine release 3.0.2
...Return S_OK in TextStoreACPSink_OnSelectionChange. msctf: Return S_OK in TextStoreACPSink_OnLayoutChange. wine.inf: Create catroot directory. kernel32: Add stub for RequestDeviceWakeup. Mark White (1): kernel32: Fix forward slash path handling to GetVolumePathNameW. Martin Storsjo (1): ucrtbase: Hook up __intrinsic_setjmpex for x86_64 and arm64. Matteo Bruni (2): d3dx9: Implement FindNextValidTechnique(). d3d8: Forbid setting a viewport larger than the render target. Michael Müller (3): ieframe: Return S_OK in IViewObject::Draw stub. mpr: Retu...
2018 Sep 13
0
Wine release 3.0.3
...in waveInMessage if either dwParam1 or dwParam2 is null. mscoree: Add stub for CorIsLatestSvc to hint user at broken .NET installation. ntoskrnl.exe: Add stub for IoUnregisterPlugPlayNotification. Marcos Gutierrez (1): include: Fixed casts in some HANDLE_MSG_WM_* macros. Martin Storsjo (1): arm64: Use __builtin_ms_va_list and __attribute__((ms_abi)) on arm64. Matej Špindler (1): kernel32: Check for LOCALE_NOUSEROVERRIDE for neutral locales. Michael Müller (9): include: Add activation.idl with IActivationFactory interface. include/roapi.h: Add further typ...
2020 Aug 07
0
Wine release 5.0.2
...ests showing how toString has changed in IE9+. jscript: Set return object's class to 'object' in Object.create. msvcrt: Stop forwarding iswctype functions to ntdll. Markus Engel (1): user32: Force undefined bits in GetKeyState() and GetKeyboardState() to zero. Martin Storsjo (2): ntdll: Properly return errors when failing to unwind. ntdll: Pass a nonnull handler_data when continuing after a collided unwind on arm64. Mas Ahmad Muhammad (1): comdlg32: Enlarge list area in CHOOSE_FONT window. Michael M?ller (2): opengl32: Treat invalid pixel type...
2017 Aug 03
0
Wine release 2.14
...ngl32: Update OpenGL Registry files URLs. wined3d: Update ARB_pipeline_statistics_query extension detection. Ken Thomases (1): winemac: Scale cursors for Retina mode, now that user32 scales them with DPI. Marcus Meissner (1): gdiplus: Free dash_pattern_scaled (Coverity). Martin Storsjo (4): ntdll: Implement allocate_stub for arm64. ntdll: Simplify the arm version of a stub function. msvcrt: Don't export _isnanf, _nextafterf, _scalbf and frexpf on arm. msvcrt: Export -f suffixed float functions functions on arm64. Michael Müller (1): ntdll/tests:...
2018 May 14
0
Wine release 3.0.1
...l32: Add message resource for TRUST_E_NOSIGNATURE. gdiplus: Fix argument check in GdipLoadImageFromStream(). xinput1_3: Quiet a noisy fixme. ntdll: Match NtAllocateUuids signature to Windows 2000 instead of NT4. Marcin Mikołajczak (1): po: Update Polish translation. Martin Storsjo (1): configure: Check for -Wno-pragma-pack. Matteo Bruni (1): server: Avoid writing out of bounds in get_selector_entry(). Michael Müller (6): shell32: Use manual redirection for RunDLL_CallEntry16. dwmapi: Add DwmSetIconicThumbnail() stub. hal: Implement KeQueryPerf...
2017 Nov 11
0
Wine release 2.21
...translation. Marcus Meissner (4): user32/tests: Check GetClipboardFormatName length. ole32: Clipboard format in the datacache is with trailing \0. ieframe/tests: Avoid crash on missing IID_IWebBrowser2 interface. oleaut32/tests: Fixed 64-bit crash on tmarshal test. Martin Storsjo (1): msvcrt: Back up and restore the FPU state in setjmp/longjmp on ARM. Matteo Bruni (2): d3dx10: Remove redundant header include. d3dx10: Fix tracing of shader source data. Michael Müller (2): wined3d: Add support for start instance in draw_primitive_arrays(). adva...
2017 Oct 31
0
Wine release 2.20
...tput components. wined3d: Get rid of unneeded includes. wined3d: Use ARRAY_SIZE(). Lauri Kenttä (2): readme: Fix word order. readme: Update Finnish translation. Marcus Meissner (2): po: Update German translation. user32/tests: Removed a unreliable test. Martin Storsjo (3): api-ms-win-core-file-l1-2-2: Add dll. api-ms-win-core-synch-ansi-l1-1-0: Add dll. api-ms-win-core-libraryloader-l1-2-1: Add dll. Michael Stefaniuc (1): wmvcore: Print the debug string and not the pointer to it. Mingcong Bai (1): po: Update Simplified Chinese tra...