search for: _impl

Displaying 5 results from an estimated 5 matches for "_impl".

Did you mean: impl
2015 Jan 29
2
[RFC PATCH v1 2/2] armv7(float): Optimize encode usecase using NE10 library
...if we changed the architectures supported or something, we did not have to hunt all over the codebase to update them all. > +int (*const OPUS_FFT_ALLOC_ARCH[OPUS_ARCHMASK+1])(kiss_fft_state *st) = { Please follow the naming convention used in arm_celt_map, e.g., <all_caps_function_name>_IMPL instead of _ARCH (on this and all the other tables). > +void (*const OPUS_FFT[OPUS_ARCHMASK+1])(const kiss_fft_state *cfg, > + const kiss_fft_cpx *fin, > + kiss_fft_cpx *fout) = { These are mis-aligned. > +...
2003 Dec 22
2
[LLVMdev] hello.bc & binary code
...ompatible: [36 x sbyte]* %_ZN9__gnu_cxx13buf_wcin_syncE "struct.__gnu_cxx::stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t> >"* %_ZN9__gnu_cxx13buf_wcin_syncE WARNING: Found global types that are not compatible: [20 x sbyte]* %_ZN9__gnu_cxx13c_locale_implE "struct.std::locale::_Impl"* %_ZN9__gnu_cxx13c_locale_implE WARNING: Found global types that are not compatible: [12 x sbyte]* %_ZN9__gnu_cxx13moneypunct_cfE "struct.std::moneypunct<char, false>"* %_ZN9__gnu_cxx13moneypunct_cfE WARNING: Foun...
2007 Dec 27
1
app works when copied with tar, not with rsync
...various differences in both of the above two tests. This test knocks out missing files, corrupted file names, permissions, ACL differences, and a number of other possible problems I could think of> The actual error the application gives on startup is logged as this: java.lang.NoSuchFieldError: _impl at com.tibco.tibrv.TibrvListener.init(TibrvListener.java:72) at com.tibco.tibrv.TibrvListener.<init>(TibrvListener.java:58) at com.tibco.infra.repository.RemoteDiscoverer.<init>(RepoFactory.java:5904) .. stack trace continues .. I have not been able to attach truss to the process st...
2015 Jan 29
0
[RFC PATCH v1 2/2] armv7(float): Optimize encode usecase using NE10 library
...s supported or something, we did not have to > hunt all over the codebase to update them all. > >> +int (*const OPUS_FFT_ALLOC_ARCH[OPUS_ARCHMASK+1])(kiss_fft_state *st) = { > > > Please follow the naming convention used in arm_celt_map, e.g., > <all_caps_function_name>_IMPL instead of _ARCH (on this and all the other > tables). > >> +void (*const OPUS_FFT[OPUS_ARCHMASK+1])(const kiss_fft_state *cfg, >> + const kiss_fft_cpx *fin, >> + kiss_fft_cpx *fout) = { > > &g...
2015 Jan 20
6
[RFC PATCH v1 0/2] Encode optimize using libNE10
Hello opus-dev, I've been cooking up this patchset to integrate NE10 library into opus. Current patchset focuses on encode use case mainly effecting performance of clt_mdct_forward() and opus_fft() (for float only) Glad to report the following on Encode use case: (Measured on my Beaglebone Black Cortex-A8 board) - Performance improvement for encode use case ~= 12.34% (Based on time -p