search for: _byteswap_ulong

Displaying 7 results from an estimated 7 matches for "_byteswap_ulong".

2012 Mar 17
9
RaiderZ crash at the launcer
...o run RaiderZ, that is a alpha game. However, the game crashes when running the launcher. Here is the crash report: http://pastebin.com/EvHLKDA7 I have tried to identify the problem, there are something wrong with msvcr90.dll: Code: wine: Call from 0x7b83a802 to unimplemented function msvcr90.dll._byteswap_ulong, aborting wine: Unimplemented function msvcr90.dll._byteswap_ulong called at address 0x7b83a802 (thread 0086), starting debugger... It could be something erroneous with iexplore as well.[/code]
2014 Mar 08
2
16 bits FLAC file data to 32 bit float buffer for CPU processing
...0.5f ) * 2.0f; FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + i ] = ( float ( DWORDChannelDataBuffer [ i ] ) / 65535.0f - 0.5f ) * 2.0f; //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + i ] = ( float ( _byteswap_ulong ( DWORDChannelDataBuffer [ i ] ) ) / 65535.0f - 0.5f ) * 2.0f; //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + i ] = ( float ( IntChannelDataBuffer [ i ] ) / 65535.0f - 0.5f ) * 2.0f; } //-for FloatFLACDecodingData.WriteAddress = FloatFL...
2012 Feb 05
3
Please test new endian stuff
Hi all, I've just pushed some changes to git repo that changes the way endian swapping is done. In particular it does: a) On Linux, use the bswap_*() intrinsic. b) On Windows _byteswap_*() intrinsic. c) Falls back to a macro for everything else. I've tested this on 64 bit little endian Linux (x86_64) and 32 bit bug endian Linux (powerpc). Needs testing elsewhere. Cheers, Erik
2014 Mar 08
0
16 bits FLAC file data to 32 bit float buffer for CPU processing
...FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + i > ] = ( float ( DWORDChannelDataBuffer [ i ] ) / > 65535.0f - 0.5f ) * 2.0f; > //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + > i ] = ( float ( _byteswap_ulong ( > DWORDChannelDataBuffer [ i ] ) ) / 65535.0f - 0.5f ) * 2.0f; > > //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + > i ] = ( float ( IntChannelDataBuffer [ i ] ) / > 65535.0f - 0.5f ) * 2.0f; > > } //-for > > Flo...
2012 Apr 27
0
Wine release 1.5.3
...s Mail v4.63 build 325 starts w/ exception (0x80004001) (0x80004001) @01AE3610 (mshtml HTMLDocument_put_URL is a stub) 30233 Cisco IP Communicator 8.6(1). The minimum supported processor to run Cisco IP Communicator is a P3 Pentium-level or compatible processor 30243 RaiderZ needs msvcr90.dll._byteswap_ulong 30283 Can not fetch STATIC records from Microsoft ADO data sources 30313 Microsoft Office Communicator 2007 R2 Trial requires ISAXXMLReader feature "namespace-prefixes" 30363 Some sites iexplore now hangs 30401 Iexplore crashes http://whatsmyuseragent.com 30430 Iexplore cra...
2012 Jun 15
0
Wine release 1.4.1
...r INSTALLMESSAGE_ACTIONDATA is not deformated 30012 MS Project 2010 crashes at shutdown 30112 Ice Age 2 demo crashes 30115 Perfect World: Skills and items icons messed up 30213 Screen obscured by black box when game changes resolution, using xfwm/icewm 30243 RaiderZ needs msvcr90.dll._byteswap_ulong 30284 Mathematica 6.0 installer fails, reports error 0x80020006 (missing support for IShellDispatch2::IsServiceRunning) 30303 iexplore http://ckeditor.com crashes 30326 Strong Bad's Cool Game launcher crashes on the first keypress 30327 builtin iexplore crash on http://fastpc.pl/thr...
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles and starts up successfully, but goes into an infinite loop when you connect to it. Nevertheless I think the approach is ready for feedback. This being Windows the changes go quite deep. Rich.