Marcus Asteborg

Results 172 comments of Marcus Asteborg

It would be nice to be able to generate once and then decide if you want to use dispatch or not. For server scenarios we usually know our hardware and...

I don't see it, can you give example how it may be used uninitialized?

There is several of these instances that other compilers also could not identify them correctly. (MSVC) What it boils down to is if the owners think it's a valuable warning...

Not sure, why the actions is not showing up here. They might need to be activated. Here is actions running on my fork. https://github.com/xnorpx/opus/actions/runs/376994457 @rillian @mark4o

Looks like github actions needs to be activated, they run fine as pr in my fork.

@rillian I think the autogenerating as CI step is probably just gonna add complexity, maybe easy todo in one ci system but hard in another etc. However, maybe we can...

I have some work to catch up to after holiday so will work on this end of week hopefully.

I will look into verification of the generation and I have some other todos I would like to polish i.e. no merge yet.

You can probably use cmake (not tested in runtime on android yet) but it builds using the following command. -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DBUILD_SHARED_LIBS=ON -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=21 -DCMAKE_ANDROID_NDK= https://github.com/xnorpx/opus/runs/550531309?check_suite_focus=true

I will try to write a more comprehensive guide