OSDN Git Service

Merge UnkoTim220
authorStarg <starg@users.osdn.me>
Wed, 19 Sep 2018 14:26:58 +0000 (23:26 +0900)
committerStarg <starg@users.osdn.me>
Wed, 19 Sep 2018 14:26:58 +0000 (23:26 +0900)
1  2 
interface/w32g_res.h
interface/w32g_res.rc
timidity/int_synth.h
timidity/optcode.h
timidity/smplfile.c
timidity/w32g_ogg_dll.c

Simple merge
Simple merge
Simple merge
index fc1e0af,0eee6e8..c1708f7
mode 100644,100755..100644
@@@ -982,9 -985,10 +982,9 @@@ static TIMIDITY_FORCEINLINE __m128i mm_
  
  static TIMIDITY_FORCEINLINE void mm_i32scatter_i32_impl(void *base, __m128i offset, __m128i val, int scale)
  {
 -      int i;
        ALIGN16 int32 buf[4];
        _mm_store_si128((__m128i *)buf, val);
+       {
        __m128i byte_offset = _mm_mullo_epi32(offset, _mm_set1_epi32(scale));
  #ifdef IX64CPU
        __m128i vbase = _mm_set1_epi64x((int64)base);
index f243076,dcf9273..f243076
mode 100755,100755..100644
  #ifdef HAVE_CONFIG_H\r
  #include "config.h"\r
  #endif /* HAVE_CONFIG_H */\r
 -#include "interface.h"\r
 -#include "common.h"\r
 +\r
  \r
\r
  #if defined(AU_VORBIS_DLL) || defined(AU_OPUS_DLL)\r
  \r
  #include <windows.h>\r