Re: Tiny C Compiler

2020-04-19 Thread Guido Stepken
Well, perhaps i may recommend you an excellent course into "C system programming". IMHO it's basic knowledge, nobody can succeed without. This guy is a highly talented teacher, IMHO. Example lesson, worth watching at first: http://cs-education.github.io/sys/#/chapter/5/section/0/activity/0 Here t

Re: Tiny C Compiler

2020-04-14 Thread C K Kashyap
Thanks Guido, I was not able TCC to align the functions though :( Regards, Kashyap On Mon, Apr 13, 2020 at 2:05 PM Guido Stepken wrote: > That's kind of tabulator for structs of data in memory ... only of real > use for handing over to vector instructions (SSE, AVX2, AVX512 ... ARM > NEON). It's

Re: Tiny C Compiler

2020-04-13 Thread Guido Stepken
That's kind of tabulator for structs of data in memory ... only of real use for handing over to vector instructions (SSE, AVX2, AVX512 ... ARM NEON). It's a GCC thing, not a C standard! ;-) https://stackoverflow.com/questions/7895869/cross-platform-alignx-macro Hope, that helps. Am Montag, 13. A