Giter Club home page Giter Club logo

ulc-codec's People

Contributors

aikku93 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ulc-codec's Issues

Build error

mkdir -p build
Fourier_DCT2.c
In file included from fourier/Fourier_DCT2.c:3:
fourier/Fourier_Helper.h:81:11: error: unknown type name ‘__m128’
81 | typedef __m128 Fourier_Vec_t;
| ^~~~~~
fourier/Fourier_Helper.h: In function ‘FOURIER_VINTERLEAVE’:
fourier/Fourier_Helper.h:105:15: warning: implicit declaration of function ‘_mm_unpacklo_ps’ [-Wimplicit-function-declaration]
105 | *Lo = _mm_unpacklo_ps(a, b);
| ^~~~~~~~~~~~~~~
fourier/Fourier_Helper.h:106:15: warning: implicit declaration of function ‘_mm_unpackhi_ps’ [-Wimplicit-function-declaration]
106 | *Hi = _mm_unpackhi_ps(a, b);
| ^~~~~~~~~~~~~~~
fourier/Fourier_Helper.h: In function ‘FOURIER_VSPLIT_EVEN_ODD’:
fourier/Fourier_Helper.h:109:17: warning: implicit declaration of function ‘_mm_shuffle_ps’ [-Wimplicit-function-declaration]
109 | *Even = _mm_shuffle_ps(l, h, 0x88);
| ^~~~~~~~~~~~~~
fourier/Fourier_Helper.h: In function ‘Fourier_Sin’:
fourier/Fourier_Helper.h:92:37: warning: implicit declaration of function ‘_mm_mul_ps’ [-Wimplicit-function-declaration]
92 | # define FOURIER_VMUL(x, y) _mm_mul_ps(x, y)
| ^~~~~~~~~~
fourier/Fourier_Helper.h:196:29: note: in expansion of macro ‘FOURIER_VMUL’
196 | Fourier_Vec_t x2 = FOURIER_VMUL(x, x);
| ^~~~~~~~~~~~
fourier/Fourier_Helper.h:100:37: warning: implicit declaration of function ‘_mm_add_ps’ [-Wimplicit-function-declaration]
100 | # define FOURIER_VFMA(x, y, a) _mm_add_ps(_mm_mul_ps(x, y), a)
| ^~~~~~~~~~
fourier/Fourier_Helper.h:197:29: note: in expansion of macro ‘FOURIER_VFMA’
197 | Fourier_Vec_t Res = FOURIER_VFMA(x2, FOURIER_VSET1(+0x1.3C8B08p-13f), FOURIER_VSET1(-0x1.3237ECp-8f));
| ^~~~~~~~~~~~
fourier/Fourier_Helper.h:88:37: warning: implicit declaration of function ‘_mm_set1_ps’ [-Wimplicit-function-declaration]
88 | # define FOURIER_VSET1(x) _mm_set1_ps(x)
| ^~~~~~~~~~~
fourier/Fourier_Helper.h:100:62: note: in definition of macro ‘FOURIER_VFMA’
100 | # define FOURIER_VFMA(x, y, a) _mm_add_ps(_mm_mul_ps(x, y), a)
| ^
fourier/Fourier_Helper.h:197:46: note: in expansion of macro ‘FOURIER_VSET1’
197 | Fourier_Vec_t Res = FOURIER_VFMA(x2, FOURIER_VSET1(+0x1.3C8B08p-13f), FOURIER_VSET1(-0x1.3237ECp-8f));
| ^~~~~~~~~~~~~
fourier/Fourier_DCT2_Template.h: In function ‘Fourier_DCT2_Template’:
fourier/Fourier_Helper.h:84:37: warning: implicit declaration of function ‘_mm_load_ps’ [-Wimplicit-function-declaration]
84 | # define FOURIER_VLOAD(Src) _mm_load_ps(Src)
| ^~~~~~~~~~~
fourier/Fourier_Helper.h:93:52: note: in definition of macro ‘FOURIER_VREVERSE’
93 | # define FOURIER_VREVERSE(x) _mm_shuffle_ps(x, x, 0x1B)
| ^
fourier/Fourier_DCT2_Template.h:30:72: note: in expansion of macro ‘FOURIER_VLOAD’
30 | SrcHi -= FOURIER_VSTRIDE; b = FOURIER_VREVERSE(FOURIER_VLOAD(SrcHi));
| ^~~~~~~~~~~~~
fourier/Fourier_Helper.h:91:37: warning: implicit declaration of function ‘_mm_sub_ps’ [-Wimplicit-function-declaration]
91 | # define FOURIER_VSUB(x, y) _mm_sub_ps(x, y)
| ^~~~~~~~~~
fourier/Fourier_DCT2_Template.h:33:29: note: in expansion of macro ‘FOURIER_VSUB’
33 | d = FOURIER_VSUB(a, b);
| ^~~~~~~~~~~~
fourier/Fourier_Helper.h:86:37: warning: implicit declaration of function ‘_mm_store_ps’ [-Wimplicit-function-declaration]
86 | # define FOURIER_VSTORE(Dst, x) _mm_store_ps(Dst, x)
| ^~~~~~~~~~~~
fourier/Fourier_DCT2_Template.h:34:25: note: in expansion of macro ‘FOURIER_VSTORE’
34 | FOURIER_VSTORE(DstLo, s); DstLo += FOURIER_VSTRIDE;
| ^~~~~~~~~~~~~~
make: *** [Makefile:117: build/fourier/Fourier_DCT2.c.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.